Uh oh!
There was an error while loading. Please reload this page.
[SPARK-2755] More general Storage Interface for Shuffle / Spill etc - #1209
[SPARK-2755] More general Storage Interface for Shuffle / Spill etc#1209colorant wants to merge 1 commit into
Conversation
colorant
commented
Jun 25, 2014
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? |
AmplabJenkins
commented
Jun 25, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 25, 2014
Merged build started. |
AmplabJenkins
commented
Jun 25, 2014
Merged build finished. |
AmplabJenkins
commented
Jun 25, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16110/ |
AmplabJenkins
commented
Jun 25, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 25, 2014
Merged build started. |
AmplabJenkins
commented
Jun 25, 2014
Merged build finished. |
AmplabJenkins
commented
Jun 25, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16111/ |
andrewor14
commented
Sep 3, 2014
@colorant Can you up merge this to master? Is this still relevant now that we have |
colorant
commented
Sep 4, 2014
@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.