Class AccumuloFileOutputFormat
-
public class AccumuloFileOutputFormat extends org.apache.hadoop.mapred.FileOutputFormat<Key,Value>
- Since:
- 2.0
- See Also:
AccumuloFileOutputFormat
-
-
Constructor Summary
Constructors Constructor Description AccumuloFileOutputFormat()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileOutputFormatBuilder.PathParams<org.apache.hadoop.mapred.JobConf>
configure()
Sets all the information required for this map reduce job.org.apache.hadoop.mapred.RecordWriter<Key,Value>
getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress)
-
Methods inherited from class org.apache.hadoop.mapred.FileOutputFormat
checkOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath, setWorkOutputPath
-
-
-
-
Method Detail
-
getRecordWriter
public org.apache.hadoop.mapred.RecordWriter<Key,Value> getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress)
-
configure
public static FileOutputFormatBuilder.PathParams<org.apache.hadoop.mapred.JobConf> configure()
Sets all the information required for this map reduce job.
-
-