-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-4480] Avoid many small spills in external data structures (1.1) #3354
Conversation
QA tests have started for PR 3354 at commit
|
QA tests have finished for PR 3354 at commit
|
Test FAILed. |
QA tests have started for PR 3354 at commit
|
829d316
to
f7e28bd
Compare
QA tests have started for PR 3354 at commit
|
QA tests have finished for PR 3354 at commit
|
Test FAILed. |
f7e28bd
to
f2e552c
Compare
retest this please |
QA tests have started for PR 3354 at commit
|
QA tests have finished for PR 3354 at commit
|
Test PASSed. |
QA tests have finished for PR 3354 at commit
|
Test PASSed. |
LGTM as well |
Ok pulling this in. |
This is the branch-1.1 version of #3353. This requires a separate PR because the code in master has been refactored a little to eliminate duplicate code. I have tested this on a standalone cluster. The goal is to merge this into 1.1.1. Author: Andrew Or <andrew@databricks.com> Closes #3354 from andrewor14/avoid-small-spills-1.1 and squashes the following commits: f2e552c [Andrew Or] Fix tests 7012595 [Andrew Or] Avoid many small spills
This is the branch-1.1 version of #3353. This requires a separate PR because the code in master has been refactored a little to eliminate duplicate code. I have tested this on a standalone cluster. The goal is to merge this into 1.1.1.