You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by linwen <gi...@git.apache.org> on 2016/08/31 06:18:26 UTC

[GitHub] incubator-hawq pull request #879: HAWQ-845. Parameterize kerberos principal ...

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 <wl...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq pull request #879: HAWQ-845. Parameterize kerberos principal ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-hawq/pull/879


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq issue #879: HAWQ-845. Parameterize kerberos principal service...

Posted by ztao1987 <gi...@git.apache.org>.
Github user ztao1987 commented on the issue:

    https://github.com/apache/incubator-hawq/pull/879
  
    +1


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq issue #879: HAWQ-845. Parameterize kerberos principal service...

Posted by ictmalili <gi...@git.apache.org>.
Github user ictmalili commented on the issue:

    https://github.com/apache/incubator-hawq/pull/879
  
    LGTM. +1


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---