Zeppelin 远程端点 'localhost:47811' 不可访问(可能正在初始化)

Zeppelin Remote endpoint 'localhost:47811' is not accessible (might be initializing)

我想在我安装了 Spark 集群的 mesos 集群中部署一个 zeppelin notebook。问题是我实现了部署 spark 脚本(我看到了驱动程序 ID)但是没有任何反应,它处于 运行 模式但没有执行。

如果我看到 zeppelin 日志,我会重复此条目:

 Remote endpoint 'localhost:47811' is not accessible (might be initializing)

最后报错:

 Caused by: org.apache.zeppelin.interpreter.InterpreterException:      org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused (Connection refused)

但 spark 驱动程序仍然 运行...

知道发生了什么吗?

谢谢。

好吧,经过几个小时的调查,我终于在我的 Mesos 集群中配置了 Zeppelin。错误是我在我的 Spark 发行版中设置了一个 MASTER 环境变量。删除并遵循 Zeppelin 的文档后,一切正常!

谢谢。