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

Reply via email to