Type - The type to be savedpublic abstract class AbstractMultipleAtlasBasedOutputFormat<Type>
extends org.apache.hadoop.mapred.lib.MultipleOutputFormat<java.lang.String,Type>
MultipleOutputFormat for the Atlas jobs. This ensures all the output files of the
AtlasGenerator follow the same output format structure.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_SCHEME |
| Constructor and Description |
|---|
AbstractMultipleAtlasBasedOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
generateFileNameForKeyValue(java.lang.String key,
Type value,
java.lang.String name) |
generateActualKey, generateActualValue, generateLeafFileName, getBaseRecordWriter, getInputFileBasedOutputFileName, getRecordWritercheckOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath, setWorkOutputPathpublic static final java.lang.String DEFAULT_SCHEME