Member since
06-21-2020
2
Posts
0
Kudos Received
0
Solutions
06-21-2020
08:30 PM
It is likely the notebook definition than an interpreters.json Try out this solution, this is what helped me https://community.cloudera.com/t5/Support-Questions/Zeppelin-UI-returns-503-error-everytime/m-p/298374#M219128
... View more
06-21-2020
08:27 PM
I had the same issue on HDP after I moved to remote storage for my notebooks (hdfs). Here is what helped me but at cost of all notebooks that I had to delete. FIrstly, delete webapps dir on the host where you installed zeppelin: sudo rm -r /usr/hdp/current/zeppelin-server/webapps and then remote storage (could be a local folder it depends on where you keep them) for notebooks (you can copy them into a backup folder before deleting too) hdfs dfs -rm -r /user/zeppelin/notebook/* Make sure you clear your notebooks in hdfs (local) and restart zeppelin.
... View more