Package org.apache.druid.indexer
Class IndexGeneratorJob.IndexGeneratorOutputFormat
- java.lang.Object
-
- org.apache.hadoop.mapreduce.OutputFormat<K,V>
-
- org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,V>
-
- org.apache.hadoop.mapreduce.lib.output.TextOutputFormat
-
- org.apache.druid.indexer.IndexGeneratorJob.IndexGeneratorOutputFormat
-
- Enclosing class:
- IndexGeneratorJob
public static class IndexGeneratorJob.IndexGeneratorOutputFormat extends org.apache.hadoop.mapreduce.lib.output.TextOutputFormat
-
-
Constructor Summary
Constructors Constructor Description IndexGeneratorOutputFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckOutputSpecs(org.apache.hadoop.mapreduce.JobContext job)-
Methods inherited from class org.apache.hadoop.mapreduce.lib.output.TextOutputFormat
getRecordWriter
-
Methods inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPath
-
-
-
-
Method Detail
-
checkOutputSpecs
public void checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext job) throws IOException- Overrides:
checkOutputSpecsin classorg.apache.hadoop.mapreduce.lib.output.FileOutputFormat- Throws:
IOException
-
-