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/03/03 18:56:05 UTC

[jira] [Created] (AMBARI-9903) core-site.xml having wrong value for hadoop.proxyuser.HTTP.groups

Robert Levas created AMBARI-9903:
------------------------------------

             Summary: core-site.xml having wrong value for hadoop.proxyuser.HTTP.groups
                 Key: AMBARI-9903
                 URL: https://issues.apache.org/jira/browse/AMBARI-9903
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.0.0
            Reporter: Robert Levas
            Assignee: Robert Levas
            Priority: Blocker
             Fix For: 2.0.0


core-site.xml having wrong value for hadoop.proxyuser.HTTP.groups

{code}
<property>
<name>hadoop.proxyuser.HTTP.groups</name>
<value>${core-site/proxyuser_group}</value>
</property>
{code}

It should be 

{code}
<property>
<name>hadoop.proxyuser.HTTP.groups</name>
<value>users</value>
</property>
{code}

Test log: http://qelog.hortonworks.com/log/ec2-amb-u12-se-1425195612-webhcat/conf/hadoop/core-site.xml



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