-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31685/
-----------------------------------------------------------

Review request for Ambari, Eugene Chekanskiy and Mahadev Konar.


Bugs: AMBARI-9903
    https://issues.apache.org/jira/browse/AMBARI-9903


Repository: ambari


Description
-------

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

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

It should be 

```
<property>
<name>hadoop.proxyuser.HTTP.groups</name>
<value>users</value>
</property>
```


Diffs
-----

  ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/kerberos.json 
ed49871 

Diff: https://reviews.apache.org/r/31685/diff/


Testing
-------


Thanks,

Robert Levas

Reply via email to