-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40686/
-----------------------------------------------------------
Review request for Ambari.
Bugs: AMBARI-14054
https://issues.apache.org/jira/browse/AMBARI-14054
Repository: ambari
Description
-------
HAWQ service gives the ownership of parent directories of hawq_master_dir and
hawq_segment_dir to hawq_user.
This is not ideal because the parent directory might be / (root directory), and
root directory ownership should not be given to hawq_user
Diffs
-----
ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/hawqsegment.py
0e349d2
ambari-server/src/main/resources/common-services/HAWQ/2.0.0/package/scripts/master_helper.py
fdfd7c9
Diff: https://reviews.apache.org/r/40686/diff/
Testing
-------
Manually tested
After changes were made, HAWQ was deployed on a cluster, and the directory
ownership and permissions were verified for hawq_master_dir and hawq_segment_dir
Thanks,
Matt