-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38681/
-----------------------------------------------------------
Review request for Ambari and Vitalyi Brodetskyi.
Bugs: AMBARI-13212
https://issues.apache.org/jira/browse/AMBARI-13212
Repository: ambari
Description
-------
PROBLEM: When starting HS2 from Ambari, Ambari try to modify the permission of
/user/
{hive_user}
to 0700, check with vgumashta and smohanty, there is no need for Ambari or
hive to have this directory /user/hive to be 700. Expedia put hive warehouse
under this directory, so it require to have permission 0755.
EXPECTED BEHAVIOR: Ambari should not manage this directory, or at least make
this configurable.
Diffs
-----
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py
51ba9af
ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py 275d1d4
Diff: https://reviews.apache.org/r/38681/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk