Created 09-23-2016 11:42 AM
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!!!
Created 09-23-2016 12:10 PM
try this
sudo wget -O /usr/hdp/current/zeppelin-server/lib/conf/shiro.ini "https://raw.githubusercontent.com/apache/zeppelin/master/conf/shiro.ini"
Created 09-23-2016 12:10 PM
try this
sudo wget -O /usr/hdp/current/zeppelin-server/lib/conf/shiro.ini "https://raw.githubusercontent.com/apache/zeppelin/master/conf/shiro.ini"
Created 09-23-2016 01:12 PM
Solved thanks!
Created 09-23-2016 12:10 PM
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...
Created 09-23-2016 01:13 PM
Thanks. I might go to 2.5 but I have only just got 2.4 working after a loooong time!