Repository: ambari
Updated Branches:
  refs/heads/trunk 5703b872d -> 70ffe8d1e


AMBARI-16413: Ambari server does not start because of permission issues on 
symbolic links


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/70ffe8d1
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/70ffe8d1
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/70ffe8d1

Branch: refs/heads/trunk
Commit: 70ffe8d1e3628fabbd072a6e918795fa5c60f612
Parents: 5703b87
Author: Nahappan Somasundaram <nsomasunda...@hortonworks.com>
Authored: Mon May 9 18:25:58 2016 -0700
Committer: Nahappan Somasundaram <nsomasunda...@hortonworks.com>
Committed: Tue May 10 12:37:34 2016 -0700

----------------------------------------------------------------------
 ambari-common/src/main/python/ambari_commons/os_linux.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/70ffe8d1/ambari-common/src/main/python/ambari_commons/os_linux.py
----------------------------------------------------------------------
diff --git a/ambari-common/src/main/python/ambari_commons/os_linux.py 
b/ambari-common/src/main/python/ambari_commons/os_linux.py
index a64f99a..497b1a5 100644
--- a/ambari-common/src/main/python/ambari_commons/os_linux.py
+++ b/ambari-common/src/main/python/ambari_commons/os_linux.py
@@ -51,7 +51,7 @@ def os_run_os_command(cmd, env=None, shell=False, cwd=None):
 
 def os_change_owner(filePath, user, recursive):
   if recursive:
-    params = " -R "
+    params = " -R -L"
   else:
     params = ""
   command = NR_CHOWN_CMD.format(params, user, filePath)

Reply via email to