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:42 UTC

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

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 <ao...@hortonworks.com>
Authored: Mon Jun 8 12:39:30 2015 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
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(){


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

Posted by ao...@apache.org.
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(){