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 <[email protected]>
Authored: Mon Dec 26 11:55:20 2016 +0530
Committer: Renjith Kamath <[email protected]>
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}"),

Reply via email to