Class AccumuloOutputFormat
- java.lang.Object
-
- org.apache.accumulo.hadoop.mapred.AccumuloOutputFormat
-
- All Implemented Interfaces:
org.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.Text,Mutation>
public class AccumuloOutputFormat extends Object implements org.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.Text,Mutation>
- Since:
- 2.0
- See Also:
AccumuloOutputFormat
-
-
Constructor Summary
Constructors Constructor Description AccumuloOutputFormat()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkOutputSpecs(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job)
static OutputFormatBuilder.ClientParams<org.apache.hadoop.mapred.JobConf>
configure()
org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.Text,Mutation>
getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress)
-
-
-
Method Detail
-
checkOutputSpecs
public void checkOutputSpecs(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job) throws IOException
- Specified by:
checkOutputSpecs
in interfaceorg.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.Text,Mutation>
- Throws:
IOException
-
getRecordWriter
public org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.Text,Mutation> getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress) throws IOException
- Specified by:
getRecordWriter
in interfaceorg.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.Text,Mutation>
- Throws:
IOException
-
configure
public static OutputFormatBuilder.ClientParams<org.apache.hadoop.mapred.JobConf> configure()
-
-