Skip to content

Conversation

@yhuai
Copy link
Contributor

@yhuai yhuai commented Aug 19, 2015

https://issues.apache.org/jira/browse/SPARK-10087

In some cases, when spark.shuffle.reduceLocality.enabled is enabled, we are scheduling all reducers to the same executor (the cluster has plenty of resources). Changing spark.shuffle.reduceLocality.enabled to false resolve the problem.

Comments of #8280 provide more details of the symptom of this issue.

This PR changes the default setting of spark.shuffle.reduceLocality.enabled to false for branch 1.5.

@rxin
Copy link
Contributor

rxin commented Aug 19, 2015

LGTM

@SparkQA
Copy link

SparkQA commented Aug 19, 2015

Test build #41194 has finished for PR 8296 at commit 90b25a3.

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

@SparkQA
Copy link

SparkQA commented Aug 19, 2015

Test build #41208 timed out for PR 8296 at commit 40e28e3 after a configured wait of 175m.

@sarutak
Copy link
Member

sarutak commented Aug 19, 2015

retest this please.

@SparkQA
Copy link

SparkQA commented Aug 19, 2015

Test build #41235 timed out for PR 8296 at commit 40e28e3 after a configured wait of 175m.

@SparkQA
Copy link

SparkQA commented Aug 19, 2015

Test build #1669 has finished for PR 8296 at commit 40e28e3.

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

@SparkQA
Copy link

SparkQA commented Aug 19, 2015

Test build #1671 has finished for PR 8296 at commit 40e28e3.

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

@rxin
Copy link
Contributor

rxin commented Aug 19, 2015

I've merged this.

asfgit pushed a commit that referenced this pull request Aug 19, 2015
…y.enabled by default.

https://issues.apache.org/jira/browse/SPARK-10087

In some cases, when spark.shuffle.reduceLocality.enabled is enabled, we are scheduling all reducers to the same executor (the cluster has plenty of resources). Changing spark.shuffle.reduceLocality.enabled to false resolve the problem.

Comments of #8280 provide more details of the symptom of this issue.

This PR changes the default setting of `spark.shuffle.reduceLocality.enabled` to `false` for branch 1.5.

Author: Yin Huai <[email protected]>

Closes #8296 from yhuai/setNumPartitionsCorrectly-branch1.5.
@yhuai yhuai closed this Aug 21, 2015
thunterdb pushed a commit to thunterdb/spark that referenced this pull request Dec 5, 2015
…y.enabled by default.

https://issues.apache.org/jira/browse/SPARK-10087

In some cases, when spark.shuffle.reduceLocality.enabled is enabled, we are scheduling all reducers to the same executor (the cluster has plenty of resources). Changing spark.shuffle.reduceLocality.enabled to false resolve the problem.

Comments of apache#8280 provide more details of the symptom of this issue.

This PR changes the default setting of `spark.shuffle.reduceLocality.enabled` to `false` for branch 1.5.

Author: Yin Huai <[email protected]>

Closes apache#8296 from yhuai/setNumPartitionsCorrectly-branch1.5.
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