我使用Mesosphere的这些说明在OpenStack环境中安装了Mesos:https://open.mesosphere.com/getting-started/datacenter/install/ .我按照描述进行了验证测试并且成功了.Mesos和Marathon的UI都按预期工作.
当我从笔记本电脑运行Spark shell时,我无法连接.shell挂起,输出如下.我在Mesos主日志或从日志中没有看到任何表示错误的内容,因此我不确定接下来要调查什么.
任何帮助,将不胜感激.
TOMWATER-M-60SN:bin tomwater$ ./spark-shell --master mesos://zk://10.93.193.78:2181,10.93.193.79:2181,10.93.193.80:2181/mesos
log4j:WARN No appenders could be found for logger (org.apache.hadoop.metrics2.lib.MutableMetricsFactory).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Using Spark's default log4j profile: org/apache/spark/log4j-defaults.properties
15/08/06 15:39:02 INFO SecurityManager: Changing view acls to: tomwater
15/08/06 15:39:02 INFO SecurityManager: Changing modify acls to: tomwater
15/08/06 15:39:02 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(tomwater); users with modify permissions: Set(tomwater)
15/08/06 15:39:02 …
Run Code Online (Sandbox Code Playgroud)