You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2015/06/08 11:39:43 UTC

[2/2] ambari git commit: AMBARI-11777. Kerberos check failed on devdeploy (aonishuk)

AMBARI-11777. Kerberos check failed on devdeploy (aonishuk)


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

Branch: refs/heads/branch-2.1
Commit: 4bd75792807cd358bef449f4c5aa5929e66d8c32
Parents: 9a38c3b
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Mon Jun 8 12:39:32 2015 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Mon Jun 8 12:39:32 2015 +0300

----------------------------------------------------------------------
 ambari-agent/conf/unix/install-helper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4bd75792/ambari-agent/conf/unix/install-helper.sh
----------------------------------------------------------------------
diff --git a/ambari-agent/conf/unix/install-helper.sh b/ambari-agent/conf/unix/install-helper.sh
index 50bca1d..5552d3c 100644
--- a/ambari-agent/conf/unix/install-helper.sh
+++ b/ambari-agent/conf/unix/install-helper.sh
@@ -67,7 +67,7 @@ do_install(){
   # which causes failures when hadoop users try to access tmp_dir
   chmod a+x /var/lib/ambari-agent
   chmod a+x /var/lib/ambari-agent/data
-  chmod a+x /var/lib/ambari-agent/data/tmp
+  chmod 777 /var/lib/ambari-agent/data/tmp
 }
 
 do_remove(){