Repository: ambari Updated Branches: refs/heads/branch-2.1 9a38c3b3f -> 4bd757928 refs/heads/trunk aac067e52 -> f2c892ad9
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/f2c892ad Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f2c892ad Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f2c892ad Branch: refs/heads/trunk Commit: f2c892ad9a07fbd5f306aa4e7a8aa28857921f7a Parents: aac067e Author: Andrew Onishuk <[email protected]> Authored: Mon Jun 8 12:39:30 2015 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Mon Jun 8 12:39:30 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/f2c892ad/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(){
