Class AbstractMultipleAtlasBasedOutputFormat<T>

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.hadoop.mapred.FileOutputFormat

        org.apache.hadoop.mapred.FileOutputFormat.Counter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_SCHEME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String generateFileNameForKeyValue​(java.lang.String key, T value, java.lang.String name)  
      • Methods inherited from class org.apache.hadoop.mapred.lib.MultipleOutputFormat

        generateActualKey, generateActualValue, generateLeafFileName, getBaseRecordWriter, getInputFileBasedOutputFileName, getRecordWriter
      • Methods inherited from class org.apache.hadoop.mapred.FileOutputFormat

        checkOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath, setWorkOutputPath
      • Methods inherited from class java.lang.Object

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

      • AbstractMultipleAtlasBasedOutputFormat

        public AbstractMultipleAtlasBasedOutputFormat()
    • Method Detail

      • generateFileNameForKeyValue

        protected java.lang.String generateFileNameForKeyValue​(java.lang.String key,
                                                               T value,
                                                               java.lang.String name)
        Overrides:
        generateFileNameForKeyValue in class org.apache.hadoop.mapred.lib.MultipleOutputFormat<java.lang.String,​T>