You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Alexander Denissov (JIRA)" <ji...@apache.org> on 2016/04/08 00:53:25 UTC

[jira] [Updated] (AMBARI-15770) HAWQ fails to connect to YARN in HA+SEC mode

     [ https://issues.apache.org/jira/browse/AMBARI-15770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Denissov updated AMBARI-15770:
----------------------------------------
    Status: Patch Available  (was: Open)

> 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
>
>
> 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)