Class Checkpoint.CheckpointDir
- java.lang.Object
-
- org.apache.beam.runners.spark.translation.streaming.Checkpoint.CheckpointDir
-
- Enclosing class:
- Checkpoint
public static class Checkpoint.CheckpointDir extends java.lang.ObjectCheckpoint dir tree.SparkPipelineOptionscheckpointDir is used as a root directory under which one directory is created for Spark's checkpoint and another for Beam's Spark runner's fault checkpointing needs. Spark's checkpoint relies on Hadoop'sFileSystemand is used for Beam as well rather thanFileSystemto be consistent with Spark.
-
-
Constructor Summary
Constructors Constructor Description CheckpointDir(java.lang.String rootCheckpointDir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hadoop.fs.PathgetBeamCheckpointDir()org.apache.hadoop.fs.PathgetRootCheckpointDir()org.apache.hadoop.fs.PathgetSparkCheckpointDir()
-