GitHub user tdas opened a pull request:
https://github.com/apache/spark/pull/2931
[SPARK-4027][Streaming] HDFSBasedBlockRDD to read received either from
BlockManager or WAL in HDFS
As part of the initiative of preventing data loss on streaming driver
failure, this sub-task implements a BlockRDD that is backed by HDFS. This
BlockRDD can either read data from the Spark's BlockManager, or read the data
from file-segments in write ahead log in HDFS.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tdas/spark driver-ha-rdd
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/2931.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 #2931
----
commit eadde561ed26ec136273eab928b84fedc4c5fd3a
Author: Tathagata Das <[email protected]>
Date: 2014-10-23T19:54:02Z
Transferred HDFSBackedBlockRDD for the driver-ha-working branch
----
---
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]