Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Zeppelin failing on HDP 2.4

avatar
Expert Contributor

I've installed Zeppelin but it won't run.

I have fixed the following errors:

mkdir /var/run/zeppelin-notebook: permision denied

by making: /var/run/user/1022/zeppelin-notebook

I also needed to make: /var/run/user/1022 and /var/run/user/1022/zeppelin-notebook

also

java.io.FileNotFoundException: /usr/hdp/current/zeppelin-server/lib/conf/shiro.ini

solution:

sudo wget -O /usr/hdp/current/zeppelin-server/lib/conf/shiro.ini "https://github.com/apache/zeppelin/blob/master/conf/shiro.ini"

Now i get:

ZeppelinServer.java[main]:117) - Error while running jettyServer
java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.

I'm assuming it is becasue shiro.ini was not suitable. Can anyone tell me how to make it suitable or any other fix? TIA!!!

1 ACCEPTED SOLUTION

avatar
Super Collaborator
@ed day

try this

sudo wget -O /usr/hdp/current/zeppelin-server/lib/conf/shiro.ini "https://raw.githubusercontent.com/apache/zeppelin/master/conf/shiro.ini"

View solution in original post

4 REPLIES 4

avatar
Super Collaborator
@ed day

try this

sudo wget -O /usr/hdp/current/zeppelin-server/lib/conf/shiro.ini "https://raw.githubusercontent.com/apache/zeppelin/master/conf/shiro.ini"

avatar
Expert Contributor

Solved thanks!

avatar
Guru

Not sure which instructions you are using, but make sure these were followed: https://community.hortonworks.com/articles/34424/apache-zeppelin-on-hdp-242.html

If not followed, suggest uninstalling Zeppelin and reinstalling with the steps shown in the link.

Also, consider upgrading to HDP 2.5. Zeppelin is GA in this version (not Technical Preview) and the install is 100% from the Ambari UI. https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_zeppelin-component-guide/content/ch_inst...

avatar
Expert Contributor

Thanks. I might go to 2.5 but I have only just got 2.4 working after a loooong time!