Package org.apache.druid.indexer
Class DeterminePartitionsJob.DeterminePartitionsDimSelectionOutputFormat
- java.lang.Object
-
- org.apache.hadoop.mapreduce.OutputFormat<K,V>
-
- org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
-
- org.apache.druid.indexer.DeterminePartitionsJob.DeterminePartitionsDimSelectionOutputFormat
-
- Enclosing class:
- DeterminePartitionsJob
public static class DeterminePartitionsJob.DeterminePartitionsDimSelectionOutputFormat extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
-
-
Constructor Summary
Constructors Constructor Description DeterminePartitionsDimSelectionOutputFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckOutputSpecs(org.apache.hadoop.mapreduce.JobContext job)org.apache.hadoop.mapreduce.RecordWritergetRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext job)-
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
-
getRecordWriter
public org.apache.hadoop.mapreduce.RecordWriter getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext job)
- Specified by:
getRecordWriterin classorg.apache.hadoop.mapreduce.lib.output.FileOutputFormat
-
checkOutputSpecs
public void checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext job) throws IOException- Overrides:
checkOutputSpecsin classorg.apache.hadoop.mapreduce.lib.output.FileOutputFormat- Throws:
IOException
-
-