[SPARK-20333] HashPartitioner should be compatible with num of child RDD's partitions.#17634
[SPARK-20333] HashPartitioner should be compatible with num of child RDD's partitions.#17634jinxing64 wants to merge 2 commits intoapache:masterfrom
Conversation
|
I found this when do #17533 |
|
Test build #75787 has finished for PR 17634 at commit
|
|
Test build #75788 has finished for PR 17634 at commit
|
|
@kayousterhout @mridulm |
|
The test cases are not falling on master branch, are there some good reasons to change them? |
|
@jiangxb1987 |
|
Don't think we could fail on the original test case for any reason, otherwise the legacy user code could fail unexpectedly, isn't it? |
|
Yes. it doesn't fail for sure. |
|
lgtm. |
|
Test build #3767 has finished for PR 17634 at commit
|
|
merged to master |
|
@squito |
What changes were proposed in this pull request?
Fix test
"don't submit stage until its dependencies map outputs are registered (SPARK-5259)" ,
"run trivial shuffle with out-of-band executor failure and retry",
"reduce tasks should be placed locally with map output"
in DAGSchedulerSuite.