-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33397/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-10631
https://issues.apache.org/jira/browse/AMBARI-10631
Repository: ambari
Description
-------
In Dal, Tez introduced ACLs.
For configuration Tez with respect to ACLs the following needs to be done:
* for secure clusters, no change.
* for non-secure clusters, set "tez.am.view-acls" to "*"
( should be in advanced section )
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-ANY/scripts/params.py
83ffd64
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-ANY/scripts/shared_initialization.py
652e232
ambari-server/src/main/resources/stacks/HDP/2.3/services/TEZ/configuration/tez-site.xml
PRE-CREATION
Diff: https://reviews.apache.org/r/33397/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk