mneethiraj commented on code in PR #1143: URL: https://github.com/apache/ranger/pull/1143#discussion_r3763384266
########## ranger-tools/src/main/python/stress/stress_kms.py: ########## @@ -29,7 +30,8 @@ # This script requires Python package apache_ranger to be present. # The package can be installed using following command: # pip3 install --upgrade apache_ranger -# +# If KMS is running with Kerberos, then 'requests-kerberos' package is required and can be installed using following command: Review Comment: I suggest removing the comment in line 33, as requests-kerberos package is no more optional due to reference in line 23. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
