GitHub user rxin opened a pull request:
https://github.com/apache/spark/pull/10752
[SPARK-12667] Remove block manager's internal "external block store" API -
WIP
This pull request removes the external block store API. This is rarely
used, and the file system interface is actually a better, more standard way to
interact with external storage systems.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rxin/spark remove-offheap
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10752.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 #10752
----
commit 0407b0b5dfe1861b0ec1fb70a62902cec2eb0b64
Author: Reynold Xin <[email protected]>
Date: 2015-12-28T20:08:52Z
Remove the legacy offheap storage mode.
commit 794998be636358fe540075fc280bd8c4a659a6c5
Author: Reynold Xin <[email protected]>
Date: 2016-01-12T00:47:05Z
Merge branch 'remove-offheap' of github.com:rxin/spark into remove-offheap
commit dabcf213e678be28a61b0baea186a6d7e6e12362
Author: Reynold Xin <[email protected]>
Date: 2016-01-14T03:03:22Z
Merge branch 'master' into remove-offheap
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]