Browse Source

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

Andrew Onishuk 10 years ago
parent
commit
f2c892ad9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-agent/conf/unix/install-helper.sh

+ 1 - 1
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(){