You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rk...@apache.org on 2016/12/26 06:25:58 UTC

[1/2] ambari git commit: Revert "AMBARI-19264 Zeppelin Notebook Component is not able start after reboot (r-kamath)"

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 07261b0c3 -> f871d9521
  refs/heads/trunk 5822c2f51 -> 4fa08766f


Revert "AMBARI-19264 Zeppelin Notebook Component is not able start after reboot (r-kamath)"

This reverts commit 07261b0c3fbe86582198911c773f8fb5b44d1f67.


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

Branch: refs/heads/branch-2.5
Commit: f871d95212150a65c9fae13aae382542e8362d15
Parents: 07261b0
Author: Renjith Kamath <re...@gmail.com>
Authored: Mon Dec 26 11:55:20 2016 +0530
Committer: Renjith Kamath <re...@gmail.com>
Committed: Mon Dec 26 11:55:20 2016 +0530

----------------------------------------------------------------------
 .../ZEPPELIN/0.6.0.2.5/package/scripts/master.py             | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f871d952/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
index 8053648..cfd6963 100644
--- a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
+++ b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
@@ -161,14 +161,6 @@ class Master(Script):
     import time
     self.configure(env)
 
-    Directory([params.zeppelin_pid_dir],
-              owner=params.zeppelin_user,
-              group=params.zeppelin_group,
-              cd_access="a",
-              create_parents=True,
-              mode=0755
-              )
-
     Execute(("chown", "-R", format("{zeppelin_user}") + ":" + format("{zeppelin_group}"), "/etc/zeppelin"),
             sudo=True)
     Execute(("chown", "-R", format("{zeppelin_user}") + ":" + format("{zeppelin_group}"),


[2/2] ambari git commit: Revert "AMBARI-19264 Zeppelin Notebook Component is not able start after reboot (r-kamath)"

Posted by rk...@apache.org.
Revert "AMBARI-19264 Zeppelin Notebook Component is not able start after reboot (r-kamath)"

This reverts commit 5822c2f512fab4aca1443ab04c7ceba4c272e5d1.


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

Branch: refs/heads/trunk
Commit: 4fa08766fcc7dbf842b6672fe838c8ad04520ec0
Parents: 5822c2f
Author: Renjith Kamath <re...@gmail.com>
Authored: Mon Dec 26 11:55:38 2016 +0530
Committer: Renjith Kamath <re...@gmail.com>
Committed: Mon Dec 26 11:55:38 2016 +0530

----------------------------------------------------------------------
 .../ZEPPELIN/0.6.0.2.5/package/scripts/master.py             | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4fa08766/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
index 8053648..cfd6963 100644
--- a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
+++ b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
@@ -161,14 +161,6 @@ class Master(Script):
     import time
     self.configure(env)
 
-    Directory([params.zeppelin_pid_dir],
-              owner=params.zeppelin_user,
-              group=params.zeppelin_group,
-              cd_access="a",
-              create_parents=True,
-              mode=0755
-              )
-
     Execute(("chown", "-R", format("{zeppelin_user}") + ":" + format("{zeppelin_group}"), "/etc/zeppelin"),
             sudo=True)
     Execute(("chown", "-R", format("{zeppelin_user}") + ":" + format("{zeppelin_group}"),