Github user Leemoonsoo commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/40#issuecomment-98254553
Hi @azurecoder
Zeppelin runs interpreter as separate process and communicate with it using
thrift protocol.
Connection refused error above is there's some problem between connection
between Zeppelin-daemon and Interpreter process.
To figure out what is causing the error, i recommend do following steps,
1. stop zeppelin if it is running, by bin/zeppelin-daemon.sh
2. check any zeppelin-daemon/zeppelin interpreter process running. If
there're kill them.
eg) ps -ef | grep -i zeppelin | grep -v grep | awk '{print $2}' | xargs
kill
3. start zeppelin and try run some code
4. if connection refused error raised, then check
logs/zeppelin-interpreter-[INTERPRETER_NAME]-*.log if there're any exception.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---