When I install the Zeppelin on my laptop computer , zeppeline said :
org.apache.zeppelin.interpreter.InterpreterException: java.io.IOException: Interpreter process is not running
I need to copy a zeppelin-env.sh from file zeppelin-env.sh.template in ./conf/ folder and change the variable:
ZEPPELIN_LOCAL_IP=127.0.0.1
Then I restarted the zeppelin and all the interpreters all work fine.
Copy a zeppelin-site.xml from template file zeppelin-site.xml.template, change the variable: zeppelin.server.addr ‘s value from 127.0.0.1 to 0.0.0.0
Restart:
bin/zeppelin-daemon.sh stop
bin/zeppelin-daemon.sh start