GitHub user colorant opened a pull request:
https://github.com/apache/spark/pull/1209
[SPARK-2755] More general Storage Interface for Shuffle / Spill etc
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/colorant/spark shufflebm
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1209.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1209
----
commit 76319779b9d1bdef3ebc8a8cdc12d73bb3a7c13e
Author: Raymond Liu <[email protected]>
Date: 2014-06-18T08:12:36Z
initial commit for redesign shuffle/spill blockmanager interface
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---