Repository: ambari Updated Branches: refs/heads/branch-1.7.0 3e7ba6190 -> 2e81d4836 refs/heads/trunk 22c5e69d7 -> 587743d08
AMBARI-8005. Cannot get 1.7.0 to start with non-root daemon (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/587743d0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/587743d0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/587743d0 Branch: refs/heads/trunk Commit: 587743d08c1637eed283b80f2ba05522eb2ef1bf Parents: 22c5e69 Author: Andrew Onishuk <[email protected]> Authored: Thu Oct 30 16:41:24 2014 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Thu Oct 30 16:41:24 2014 +0200 ---------------------------------------------------------------------- ambari-server/src/main/python/ambari-server.py | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/587743d0/ambari-server/src/main/python/ambari-server.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/python/ambari-server.py b/ambari-server/src/main/python/ambari-server.py index c25cc68..0c5174f 100755 --- a/ambari-server/src/main/python/ambari-server.py +++ b/ambari-server/src/main/python/ambari-server.py @@ -564,6 +564,8 @@ NR_ADJUST_OWNERSHIP_LIST = [ ("/etc/ambari-server/conf/password.dat", "640", "{0}", False), ("/var/lib/ambari-server/keys/pass.txt", "640", "{0}", False), ("/etc/ambari-server/conf/ldap-password.dat", "640", "{0}", False), + ("/var/run/ambari-server/stack-recommendations/", "644", "{0}", True), + ("/var/run/ambari-server/stack-recommendations/", "755", "{0}", False), # Also, /etc/ambari-server/conf/password.dat # is generated later at store_password_file ]
