GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/1835
[MINOR][DOCS] Add troubleshooting section to spark_cluster_mode.md ### What is this PR for? I faced problems while executing docker image for spark on mesos described in [Spark on Mesos mode](http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/install/spark_cluster_mode.html#spark-on-mesos-mode). Thus I updated doc. FYI, I am using - Docker version 1.12.5, build 7392c3b - OSX 10.11.6 ### What type of PR is it? [Documentation] ### Todos Nothing ### What is the Jira issue? MINOR, DOCS ### How should this be tested? DOCS ### Screenshots (if appropriate) Error 1 ``` : java.net.UnknownHostException: moby: moby: Name or service not known at java.net.InetAddress.getLocalHost(InetAddress.java:1496) at org.apache.spark.util.Utils$.findLocalInetAddress(Utils.scala:789) at org.apache.spark.util.Utils$.org$apache$spark$util$Utils$$localIpAddress$lzycompute(Utils.scala:782) at org.apache.spark.util.Utils$.org$apache$spark$util$Utils$$localIpAddress(Utils.scala:782) ``` Error 2 ``` I0103 20:17:22.329269 340 sched.cpp:330] New master detected at master@127.0.1.1:5050 I0103 20:17:22.330749 340 sched.cpp:341] No credentials provided. Attempting to register without authentication W0103 20:17:22.333531 340 sched.cpp:736] Ignoring framework registered message because it was sentfrom 'master@127.0.0.1:5050' instead of the leading master 'master@127.0.1.1:5050' W0103 20:17:24.040252 339 sched.cpp:736] Ignoring framework registered message because it was sentfrom 'master@127.0.0.1:5050' instead of the leading master 'master@127.0.1.1:5050' W0103 20:17:26.150250 339 sched.cpp:736] Ignoring framework registered message because it was sentfrom 'master@127.0.0.1:5050' instead of the leading master 'master@127.0.1.1:5050' W0103 20:17:26.737604 339 sched.cpp:736] Ignoring framework registered message because it was sentfrom 'master@127.0.0.1:5050' instead of the leading master 'master@127.0.1.1:5050' W0103 20:17:35.241714 336 sched.cpp:736] Ignoring framework registered message because it was sentfrom 'master@127.0.0.1:5050' instead of the leading master 'master@127.0.1.1:5050' ``` ### Questions: * Does the licenses files need update - NO * Is there breaking changes for older versions? - NO * Does this needs documentation - YES, I updated You can merge this pull request into a Git repository by running: $ git pull https://github.com/1ambda/zeppelin docs/add-trouble-shooting-section-for-spark-mesos Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1835.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1835 ---- commit ef95a2351bbb5342fd73d600dfe30a0283306c09 Author: 1ambda <1am...@gmail.com> Date: 2017-01-03T20:28:52Z docs: Add troubleshooting sec to spark_cluster_mode.md ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---