Cristina Luengo Agullo created ZEPPELIN-3082:
------------------------------------------------
Summary: Zeppelin daemon does not start
Key: ZEPPELIN-3082
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3082
Project: Zeppelin
Issue Type: Bug
Environment: Spark 2.2.0
Scala 2.11.8
Hadoop 2.6.0
Reporter: Cristina Luengo Agullo
Fix For: 0.8.0
I downloaded the latest version (0.8.0) and when I try to start the daemon I
get the following error:
Zeppelin start [ OK ]
Zeppelin process died [FAILED]
And in the logs:
==> ../logs/zeppelin-root-hadoopLogin.out <==
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
Exception in thread "main" java.lang.ExceptionInInitializerError
at
org.apache.zeppelin.conf.ZeppelinConfiguration.create(ZeppelinConfiguration.java:118)
at
org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:165)
Caused by: java.lang.NullPointerException
at java.util.Properties$LineReader.readLine(Properties.java:434)
at java.util.Properties.load0(Properties.java:353)
at java.util.Properties.load(Properties.java:341)
at org.apache.zeppelin.util.Util.<clinit>(Util.java:41)
... 2 more
I checked the configuration files and they are all correctly configured.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)