[
https://issues.apache.org/jira/browse/AMBARI-15770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15232924#comment-15232924
]
Hudson commented on AMBARI-15770:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.2 #614 (See
[https://builds.apache.org/job/Ambari-branch-2.2/614/])
AMBARI-15770: HAWQ fails to connect to YARN in HA+SEC mode (Alexander (matt:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8fd439789175bcae4e4b79a3ab8d364a1bdf0717])
* ambari-server/src/main/resources/common-services/HAWQ/2.0.0/kerberos.json
* ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqsegment.py
*
ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/common.py
* ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqstandby.py
* ambari-server/src/test/python/stacks/2.3/HAWQ/test_hawqmaster.py
*
ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawq_constants.py
> HAWQ fails to connect to YARN in HA+SEC mode
> --------------------------------------------
>
> Key: AMBARI-15770
> URL: https://issues.apache.org/jira/browse/AMBARI-15770
> Project: Ambari
> Issue Type: Bug
> Reporter: Alexander Denissov
> Assignee: Alexander Denissov
> Fix For: 2.2.2
>
> Attachments: AMBARI-15770.branch22.patch
>
>
> When HAWQ is in the cluster with YARN HA and Kerberos enabled, the segments
> are down as they cannot connect to YARN RM.
> The following updates are required:
> 1. add hadoop.security.authentication = kerberos in yarn-client.xml
> 2. add 2 properties to core-site.xml:
> <property>
> <name>hadoop.proxyuser.postgres.hosts</name>
> <value>*</value>
> </property>
> <property>
> <name>hadoop.proxyuser.postgres.groups</name>
> <value>hadoop</value>
> </property>
> 3. on every node:
> sudo useradd postgres
> sudo usermod -a -G hadoop postgres
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)