Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
HDFS Lazy_Persist policy provide possibility to cache the RDD off_heap in hdfs. We may want to provide similar capacity to Tachyon by leveraging hdfs RAM_DISK feature, if the user environment does not have tachyon deployed.
With this feature, it potentially provides possibility to share RDD in memory across different jobs and even share with jobs other than spark, and avoid the RDD recomputation if executors crash.
Attachments
Attachments
Issue Links
- is blocked by
-
SPARK-6479 Create external block store API
- Resolved
- is related to
-
SPARK-9203 Make filesystem pluggable in BlockStore and BlockManager
- Resolved
- links to