-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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-2755] More general Storage Interface for Shuffle / Spill etc #1209
Conversation
Hi @andrewor14 , it seems to me that you are work on some big change related to BlockManager, could you take a look on this one? |
Merged build triggered. |
Merged build started. |
Merged build finished. |
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16110/ |
Merged build triggered. |
Merged build started. |
Merged build finished. |
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16111/ |
@colorant Can you up merge this to master? Is this still relevant now that we have |
@andrewor14, this is not quite impact by FileShuffleBlockManager and IndexShuffleBlockManager. While might be irrelevant due to @rxin 's recent ManangedBuffer PR |
Hi, this is for https://issues.apache.org/jira/browse/SPARK-2275
The code here is not intended to be merged as current status, instead, I just try to show what I think this change could be.
so I put up this PR as a quick way to verify the idea and see how much things need to be modified. It definitely need to be improved or even restructured.
And this is for solving the problem 1 in the jira ticket, since problem 2 rely on problem 1, So I want to use this PR to present my general ideas and to find out what do you think about this whole thing. Thanks.