Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String create​(org.apache.beam.sdk.options.PipelineOptions options)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TmpCheckpointDirFactory

        public TmpCheckpointDirFactory()
    • Method Detail

      • create

        public java.lang.String create​(org.apache.beam.sdk.options.PipelineOptions options)
        Specified by:
        create in interface org.apache.beam.sdk.options.DefaultValueFactory<java.lang.String>