You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Robert Levas (JIRA)" <ji...@apache.org> on 2015/06/07 11:22:00 UTC

[jira] [Updated] (AMBARI-11753) Invalid property value set in core-site.xml when KNOX HA is enabled

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

Robert Levas updated AMBARI-11753:
----------------------------------
    Attachment: AMBARI-11753_01.patch

> Invalid property value set in core-site.xml when KNOX HA is enabled
> -------------------------------------------------------------------
>
>                 Key: AMBARI-11753
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11753
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.1.0
>            Reporter: Robert Levas
>            Assignee: Robert Levas
>            Priority: Critical
>              Labels: kerberos, kerberos_descriptor
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-11753_01.patch
>
>
> In KNOX-HA cluster, noticed that the “hadoop.proxyuser.knox.hosts" property in /etc/hadoop/conf/core-site.xml
>  refers to only one node and knox is running on multiple nodes.
> {code}
>  <property>
>       <name>hadoop.proxyuser.knox.hosts</name>
>       <value>host1</value>
>     </property>
> {code}
> The value for this property should include all the knox hosts
> {code}
>  <property>
>       <name>hadoop.proxyuser.knox.hosts</name>
>       <value>host1,host4,etc...</value>
>     </property>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)