You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2017/02/14 16:29:45 UTC

[1/2] ambari git commit: 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)"

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 9459c5103 -> fcb93f1a7


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 9459c51038e69b5a4f539ad404233e4b28e6518d.

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/715c38c5
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/715c38c5
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/715c38c5

Branch: refs/heads/branch-2.5
Commit: 715c38c52efd07d3a8bb4380eae375b5b4d5ea78
Parents: 9459c51
Author: Robert Levas <rl...@hortonworks.com>
Authored: Tue Feb 14 11:28:09 2017 -0500
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Tue Feb 14 11:28:09 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/715c38c5/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


[2/2] ambari git commit: 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)

Posted by rl...@apache.org.
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/fcb93f1a
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fcb93f1a
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fcb93f1a

Branch: refs/heads/branch-2.5
Commit: fcb93f1a72d10b2d3770226854ca8ed003e2f85c
Parents: 715c38c
Author: Laszlo Puskas <lp...@hortonworks.com>
Authored: Tue Feb 14 11:29:23 2017 -0500
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Tue Feb 14 11:29:23 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/fcb93f1a/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