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:59:04 UTC

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

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

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

> 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
>              Labels: kerberos, kerberos_descriptor
>             Fix For: 2.0.0
>
>         Attachments: AMBARI-9903_01.patch
>
>
> 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)