Gonzalo Herreros created ZEPPELIN-1829:
------------------------------------------
Summary: Zeppelin fails to start when the machine it is installed
on is rebooted
Key: ZEPPELIN-1829
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1829
Project: Zeppelin
Issue Type: Bug
Components: zeppelin-server
Affects Versions: 0.6.2
Reporter: Gonzalo Herreros
Normally the /var/run directory is on a temporary filesystem and thus wiped on
restart.
Ambari services ensure the corresponding run directory like /var/run/zeppelin
exists on start.
However for zeppelin the run directory is only created in install, therefore
start no longer works correctly and you get a "No such file or directory" when
Ambari tries to store the pid.
In this file the block "# create the pid and zeppelin dirs" should be moved
into the create_zeppelin_dir which is called from start
https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)