Yui Hirasawa created ZEPPELIN-3932: -------------------------------------- Summary: spark_mesos Dockerfile should be updated Key: ZEPPELIN-3932 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3932 Project: Zeppelin Issue Type: Bug Components: documentation Affects Versions: 0.8.0 Reporter: Yui Hirasawa Fix For: 0.8.0 Attachments: mesos failed to connect.png
In the [spark_mesos Dockerfile example|[https://github.com/apache/zeppelin/blob/master/scripts/docker/spark-cluster-managers/spark_mesos/Dockerfile]|https://github.com/apache/zeppelin/blob/master/scripts/docker/spark-cluster-managers/spark_mesos/Dockerfile],], there are some issues. # The original used SPARK_VERSION=2.1.2 is not available now, update it to 2.4.0 # There is no package named libevent2-devel, it should be corrected to libevent-devel # Update from centos6 to centos7 # Update from jdk7 to jdk8 In the []: # Follow the instructions[zeppelin on spark mesos mode - configure spark interpreter in zeppelin|[https://zeppelin.apache.org/docs/0.8.0/setup/deployment/spark_cluster_mode.html#4-configure-spark-interpreter-in-zeppelin-1],] add the two environment variables. # add --hostname flag to the command mesos-master. This solves the problem of "[Failed to connect to xx.xx.xx.xx:5050|https://blog.csdn.net/keineahnung2345/article/details/85469010]". -- This message was sent by Atlassian JIRA (v7.6.3#76005)