[ 
https://issues.apache.org/jira/browse/AMBARI-11753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14577139#comment-14577139
 ] 

Hudson commented on AMBARI-11753:
---------------------------------

SUCCESS: Integrated in Ambari-trunk-Commit #2854 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/2854/])
AMBARI-11753. Invalid property value set in core-site.xml when KNOX HA is 
enabled (rlevas) (rlevas: 
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=df2d8e3f853b5ade5852ff5e18bbe8f9069f4e94)
* ambari-server/src/main/java/org/apache/ambari/server/utils/StageUtils.java
* 
ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelperImpl.java
* ambari-server/src/test/java/org/apache/ambari/server/utils/TestStageUtils.java
* ambari-server/src/test/java/org/apache/ambari/server/utils/StageUtilsTest.java
* 
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ClientConfigResourceProvider.java
* 
ambari-server/src/test/java/org/apache/ambari/server/controller/KerberosHelperTest.java
* ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/kerberos.json


> 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, AMBARI-11753_02.patch, 
> AMBARI-11753_03.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)

Reply via email to