Apache Zeppelin tutorial failing

只谈情不闲聊 提交于 2019-12-13 19:23:00

问题


Recently I installed Zeppelin from git using mvn clean package -Pspark-1.5 -Dspark.version=1.5.1 -Phadoop-2.4 -Pyarn -Ppyspark -DskipTests and I can't run the tutorial because of this error:

java.net.ConnectException

Any idea why this is happening? I haven't modified any of the conf files because I am interested in running it using the embedded Spark binaries.

I already check most of the threads here and none of them has worked.

Thanks

EDIT: I am using a Mac


回答1:


Apache Zeppelin uses multi-process architecture, where ZeppelinServer process communicates with InterpreterGroup process though Apache Thrift API

This error usually indicates that ZeppelinServer process can not reach Interpreter process, running on same machine due to abnormal executor termination of the latter.

More details can be found in Interpreter process logs ./logs/zeppelin-interpreter-<interpreter name>-<username>-<hostname>.log and ZeppelinServer process logs under ./logs/zeppelin-<username>-<hostname>.log



来源:https://stackoverflow.com/questions/33947961/apache-zeppelin-tutorial-failing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!