Github user ictmalili commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1245#discussion_r119541625
--- Diff: ranger-plugin/scripts/enable-ranger-plugin.sh ---
@@ -20,7 +20,7 @@
#
function usage() {
- echo "USAGE: enable-ranger-plugin.sh -r ranger_host:ranger_port -u
ranger_user -p ranger_password [-h hawq_host:hawq_port] -w hawq_user -q
hawq_password"
+ echo "USAGE: enable-ranger-plugin.sh -r ranger_host:ranger_port -u
ranger_user -p ranger_password [-h hawq_host:hawq_port -c
hawq_kerberos_service_name] -w hawq_user -q hawq_password -t
lookup_authentication_type"
exit 1
}
--- End diff --
I think "-t lookup_authentication_type" should be moved in front of "-c
hawq_kerberos_service_name", and should also be marked as optional with default
value "simple".
"-c hawq_kerberos_service_name" can be changed to "-s", since it indicates
the service name.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---