Package org.apache.beam.runners.spark
Class SparkCommonPipelineOptions.TmpCheckpointDirFactory
- java.lang.Object
-
- org.apache.beam.runners.spark.SparkCommonPipelineOptions.TmpCheckpointDirFactory
-
- All Implemented Interfaces:
org.apache.beam.sdk.options.DefaultValueFactory<java.lang.String>
- Enclosing interface:
- SparkCommonPipelineOptions
public static class SparkCommonPipelineOptions.TmpCheckpointDirFactory extends java.lang.Object implements org.apache.beam.sdk.options.DefaultValueFactory<java.lang.String>Returns the default checkpoint directory of /tmp/${job.name}. For testing purposes only. Production applications should use a reliable filesystem such as HDFS/S3/GS.
-
-
Constructor Summary
Constructors Constructor Description TmpCheckpointDirFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcreate(org.apache.beam.sdk.options.PipelineOptions options)
-