public class DGAEdgeTTTOutputFormat extends DGAAbstractEdgeOutputFormat<Text,Text,Text>
Modifier and Type | Class and Description |
---|---|
protected class |
DGAEdgeTTTOutputFormat.TTTEdgeWriter
A Simple Edge Writer that writes each edge into a file on HDFS.
|
DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWriter<I extends WritableComparable,V extends Writable,E extends Writable>
TextEdgeOutputFormat.TextEdgeWriter<I extends WritableComparable,V extends Writable,E extends Writable>, TextEdgeOutputFormat.TextEdgeWriterToEachLine<I extends WritableComparable,V extends Writable,E extends Writable>
FIELD_DELIMITER, FIELD_DELIMITER_DEFAULT, WRITE_EDGE_VALUE, WRITE_EDGE_VALUE_DEFAULT, WRITE_VERTEX_VALUE, WRITE_VERTEX_VALUE_DEFAULT
textOutputFormat
Constructor and Description |
---|
DGAEdgeTTTOutputFormat() |
Modifier and Type | Method and Description |
---|---|
TextEdgeOutputFormat.TextEdgeWriter<Text,Text,Text> |
createEdgeWriter(TaskAttemptContext context) |
checkOutputSpecs, getOutputCommitter
getConf, setConf
public TextEdgeOutputFormat.TextEdgeWriter<Text,Text,Text> createEdgeWriter(TaskAttemptContext context) throws IOException, InterruptedException
createEdgeWriter
in class TextEdgeOutputFormat<Text,Text,Text>
IOException
InterruptedException