-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40707/
-----------------------------------------------------------
Review request for Ambari, Arsen Babych, Dmitro Lisnichenko, Jaimin Jetly,
Robert Nettleton, and Sumit Mohanty.
Bugs: AMBARI-14068
https://issues.apache.org/jira/browse/AMBARI-14068
Repository: ambari
Description
-------
Ambari generally is moving towards handling the default values for the HDFS
proxyuser.groups settings to be slightly different than in previous versions.
It has been discovered that the previous default setting of "users" for most
service-specific proxyuser.group settings in core-site.xml is not necessarily
the best default value. There are environments that will not include this user
group, and so it has been decided to use:
"*"
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py
5a4b32f
ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py
6d5eb26
Diff: https://reviews.apache.org/r/40707/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi