AMBARI-19986. 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)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8efff748 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8efff748 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8efff748 Branch: refs/heads/trunk Commit: 8efff7480283aa1a5e6aa917c0fa81f5da60c7c4 Parents: 635f7f0 Author: Laszlo Puskas <[email protected]> Authored: Tue Feb 14 11:31:14 2017 -0500 Committer: Robert Levas <[email protected]> Committed: Tue Feb 14 11:31:14 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/8efff748/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 91511a0..d85741b 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":"hadoop", + "group":"hdfs", "manageIfExists": "true" }, EOF
