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 <rl...@hortonworks.com> on 2015/03/03 19:00:44 UTC

Review Request 31685: core-site.xml having wrong value for hadoop.proxyuser.HTTP.groups

-----------------------------------------------------------
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


Re: Review Request 31685: core-site.xml having wrong value for hadoop.proxyuser.HTTP.groups

Posted by Mahadev Konar <ma...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31685/#review74991
-----------------------------------------------------------

Ship it!


Ship It!

- Mahadev Konar


On March 3, 2015, 6 p.m., Robert Levas wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/31685/
> -----------------------------------------------------------
> 
> (Updated March 3, 2015, 6 p.m.)
> 
> 
> 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
> 
>