Repository: ambari Updated Branches: refs/heads/trunk 871d95c04 -> 8efff7480
Revert "AMBARI-1986. Default group permissions for the user home directories created by the post user creation script should be 'hdfs' instead of 'hadoop' (Laszlo Puskas via rlevas)" This reverts commit 871d95c04fe64cfd5075dae60990fe6c23bc641d. To fix the Ambari JIRA #: AMBARI-1986 --> AMBARI-19986 Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/635f7f0f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/635f7f0f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/635f7f0f Branch: refs/heads/trunk Commit: 635f7f0f5eb799f3c57951ce9361bc66230084c0 Parents: 871d95c Author: Robert Levas <[email protected]> Authored: Tue Feb 14 11:30:40 2017 -0500 Committer: Robert Levas <[email protected]> Committed: Tue Feb 14 11:30:40 2017 -0500 ---------------------------------------------------------------------- .../src/main/resources/scripts/post-user-creation-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/635f7f0f/ambari-server/src/main/resources/scripts/post-user-creation-hook.sh ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/scripts/post-user-creation-hook.sh b/ambari-server/src/main/resources/scripts/post-user-creation-hook.sh index d85741b..91511a0 100755 --- a/ambari-server/src/main/resources/scripts/post-user-creation-hook.sh +++ b/ambari-server/src/main/resources/scripts/post-user-creation-hook.sh @@ -97,7 +97,7 @@ do "type":"directory", "action":"create", "owner":"$USR_NAME", - "group":"hdfs", + "group":"hadoop", "manageIfExists": "true" }, EOF
