Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.8.0
-
None
-
Spark 2.2.0
Scala 2.11.8
Hadoop 2.6.0
Description
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.