public class TitanH1OutputFormat
extends org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.NullWritable,org.apache.tinkerpop.gremlin.hadoop.structure.io.VertexWritable>
| Constructor and Description |
|---|
TitanH1OutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext jobContext) |
org.apache.hadoop.mapreduce.OutputCommitter |
getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext) |
org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.NullWritable,org.apache.tinkerpop.gremlin.hadoop.structure.io.VertexWritable> |
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext) |
public org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.NullWritable,org.apache.tinkerpop.gremlin.hadoop.structure.io.VertexWritable> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext)
throws IOException,
InterruptedException
getRecordWriter in class org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.NullWritable,org.apache.tinkerpop.gremlin.hadoop.structure.io.VertexWritable>IOExceptionInterruptedExceptionpublic void checkOutputSpecs(org.apache.hadoop.mapreduce.JobContext jobContext)
throws IOException,
InterruptedException
checkOutputSpecs in class org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.NullWritable,org.apache.tinkerpop.gremlin.hadoop.structure.io.VertexWritable>IOExceptionInterruptedExceptionpublic org.apache.hadoop.mapreduce.OutputCommitter getOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext)
throws IOException,
InterruptedException
getOutputCommitter in class org.apache.hadoop.mapreduce.OutputFormat<org.apache.hadoop.io.NullWritable,org.apache.tinkerpop.gremlin.hadoop.structure.io.VertexWritable>IOExceptionInterruptedExceptionCopyright © 2012–2015. All rights reserved.