GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/879
HAWQ-845. Parameterize kerberos principal service name for HAWQ This fix remove the check of "postgres" for kerberos service name if HAWQ is running with kerberos enable. So that, customers can replace "postgres" with a different service name. If user want to use a different name, below property/value should be added into hawq-site.xml, otherwise "postgres" is used. <property> <name>krb_srvname</name> <value>gpadmin</value> </property> Please review, thanks! You can merge this pull request into a Git repository by running: $ git pull https://github.com/linwen/incubator-hawq hawq_845 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-hawq/pull/879.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #879 ---- commit 030491b896875e574a2563d77c92fbfd1503d5bf Author: Wen Lin <w...@pivotal.io> Date: 2016-08-31T06:10:51Z HAWQ-845. Parameterize kerberos principal name for HAWQ ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---