Skip to content

[SPARK-12805][Mesos] Fixes documentation on Mesos run modes #10740

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

[SPARK-12805][Mesos] Fixes documentation on Mesos run modes #10740

wants to merge 1 commit into from

Conversation

skyluc
Copy link

@skyluc skyluc commented Jan 13, 2016

The default run has changed, but the documentation didn't fully reflect the change.

@SparkQA
Copy link

SparkQA commented Jan 13, 2016

Test build #49315 has finished for PR 10740 at commit d8eff92.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

where Spark acquires one long-lived Mesos task on each machine instead of one Mesos task per
Spark task. This gives lower-latency scheduling for short queries, but leaves resources in use
for the whole duration of the Spark job.
Set
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM except this dangling line

The default run has changed, but the documentation
didn't fully reflect the change.
@skyluc
Copy link
Author

skyluc commented Jan 13, 2016

@srowen, I removed the extra line.

@SparkQA
Copy link

SparkQA commented Jan 13, 2016

Test build #49316 has finished for PR 10740 at commit 2276a2a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor

rxin commented Jan 13, 2016

Thanks - I've merged this into master and branch-1.6.

asfgit pushed a commit that referenced this pull request Jan 13, 2016
The default run has changed, but the documentation didn't fully reflect the change.

Author: Luc Bourlier <luc.bourlier@typesafe.com>

Closes #10740 from skyluc/issue/mesos-modes-doc.

(cherry picked from commit cc91e21)
Signed-off-by: Reynold Xin <rxin@databricks.com>
@asfgit asfgit closed this in cc91e21 Jan 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants