public class GoraGVertexVertexOutputFormat extends GoraVertexOutputFormat<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable>
Modifier and Type | Class and Description |
---|---|
protected class |
GoraGVertexVertexOutputFormat.GoraGVertexVertexWriter
Gora vertex writer.
|
GoraVertexOutputFormat.GoraVertexWriter
Constructor and Description |
---|
GoraGVertexVertexOutputFormat()
DEfault constructor
|
Modifier and Type | Method and Description |
---|---|
VertexWriter<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable> |
createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
Create a vertex writer for a given split.
|
checkOutputSpecs, createDataStore, getDataStore, getDatastoreClass, getLogger, getOutputCommitter, setDataStore, setDatastoreClass
getConf, setConf
public GoraGVertexVertexOutputFormat()
public VertexWriter<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable> createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException, InterruptedException
VertexOutputFormat
VertexWriter.initialize(TaskAttemptContext)
before
the split is used.createVertexWriter
in class VertexOutputFormat<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable>
context
- the information about the taskIOException
InterruptedException
Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.