Uh oh!
There was an error while loading. Please reload this page.
[SPARK-12351][MESOS]Add documentation about submitting Spark with mesos cluster mode. - #10086
[SPARK-12351][MESOS]Add documentation about submitting Spark with mesos cluster mode.#10086tnachen wants to merge 2 commits into
Conversation
tnachen
commented
Dec 2, 2015
There was a problem hiding this comment.
do they know at this point what a MesosClusterDispatcher is?
There was a problem hiding this comment.
@tnachen can you update this assuming the user doesn't know anything about the dispatcher?
andrewor14
commented
Dec 2, 2015
looks alright |
SparkQA
commented
Dec 2, 2015
Test build #47028 has finished for PR 10086 at commit
|
andrewor14
commented
Dec 3, 2015
@dragos you mentioned you had difficulty running mesos in cluster mode. Does this additional documentation help? What were the issues you ran into? |
tnachen
commented
Dec 3, 2015
@andrewor14 I don't tihnk this doc helps his problem, he's running into issues where Spark configuration is not being passed down. I'm pushing a new update here. |
448d706 to
5d612d0CompareSparkQA
commented
Dec 3, 2015
Test build #47158 has finished for PR 10086 at commit
|
tnachen
commented
Dec 4, 2015
@andrewor14 pushed an update today, PTAL |
dragos
commented
Dec 4, 2015
Thanks, this is a good example! Can you please update also |
dragos
commented
Dec 4, 2015
@andrewor14 the issue in the other PR is not due to missing docs, unfortunately. I will post my errors in that PR (I reached out to Tim via Slack earlier, but maybe it makes sense to have such discussions in the open) |
5d612d0 to
952f116Comparetnachen
commented
Dec 8, 2015
@dragos just updated the docs |
SparkQA
commented
Dec 8, 2015
Test build #47318 has finished for PR 10086 at commit
|
dragos
commented
Dec 8, 2015
LGTM |
There was a problem hiding this comment.
Nits: "an daemon" -> "a daemon", url -> URL, "i.e" -> "i.e.". You might back-tick MesosClusterDispatcher too.
There was a problem hiding this comment.
yeah, I would backtick the dispatcher
andrewor14
commented
Dec 11, 2015
@tnachen can you address the comments? I'll merge this once you do so. |
srowen
commented
Dec 15, 2015
Ping @tnachen |
952f116 to
7f8d7b6Comparetnachen
commented
Dec 15, 2015
@srowen@andrewor14 sorry for the delay, it's updated now. |
SparkQA
commented
Dec 15, 2015
Test build #47741 has finished for PR 10086 at commit
|
srowen
commented
Dec 15, 2015
Last but not least, should we go ahead and make a JIRA for this? it's pretty minor but not trivial |
tnachen
commented
Dec 16, 2015
Created jira and updated title @srowen |
andrewor14
commented
Dec 16, 2015
Merged into master and 1.6 |
Adding more documentation about submitting jobs with mesos cluster mode.