-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-1912] Lazily initialize buffers for local shuffle blocks. #2179
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
Conversation
|
Note that this was previously fixed by @cloud-fan in #860. This is a simpler fix. |
|
Jenkins, test this please. |
|
QA tests have started for PR 2179 at commit
|
|
QA tests have finished for PR 2179 at commit
|
|
Good catch, wonder why we did it the long way before. |
This is a simplified fix for SPARK-1912.
|
QA tests have started for PR 2179 at commit
|
|
QA tests have finished for PR 2179 at commit
|
|
Jenkins, retest this please. |
1 similar comment
|
Jenkins, retest this please. |
|
QA tests have started for PR 2179 at commit
|
|
QA tests have finished for PR 2179 at commit
|
|
Thanks for looking at this. Merging in master. |
|
It's much neater and simpler 👍 |
This is a simplified fix for SPARK-1912. Author: Reynold Xin <[email protected]> Closes apache#2179 from rxin/SPARK-1912 and squashes the following commits: b2f0e9e [Reynold Xin] Fix unit tests. a8eddfe [Reynold Xin] [SPARK-1912] Lazily initialize buffers for local shuffle blocks.
This is a simplified fix for SPARK-1912.