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/06 13:41:00 UTC

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

Robert Levas created AMBARI-11753:
-------------------------------------

             Summary: 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
             Fix For: 2.1.0


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)