Skip to content

[SPARK-3375] spark on yarn container allocation issues#2275

Closed
tgravescs wants to merge 1 commit intoapache:masterfrom
tgravescs:SPARK-3375
Closed

[SPARK-3375] spark on yarn container allocation issues#2275
tgravescs wants to merge 1 commit intoapache:masterfrom
tgravescs:SPARK-3375

Conversation

@tgravescs
Copy link
Contributor

If yarn doesn't get the containers immediately it stops asking for them and the yarn application hangs with never getting any executors.

The issue here is that we are sending the number of containers as 0 after we send the original one of X. on the yarn side this clears out the original request.

For a ping we should just send empty asks.

@SparkQA
Copy link

SparkQA commented Sep 4, 2014

QA tests have started for PR 2275 at commit 74b6820.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Sep 4, 2014

QA tests have finished for PR 2275 at commit 74b6820.

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

@asfgit asfgit closed this in 62c5576 Sep 5, 2014
@vanzin
Copy link
Contributor

vanzin commented Sep 5, 2014

Oops. Thanks for fixing it.

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.

3 participants