public abstract class DGAAbstractEdgeOutputFormat<I extends WritableComparable,V extends Writable,E extends Writable> extends TextEdgeOutputFormat<I,V,E>
The EdgeTDTOutputFormat outputs the edges that make up our graph.
This output format will allow users to write out the source vertex ID, the destination vertex ID, and optionally, the vertex value and/or the edge value, using an optionally defined field delimiter (defaults to ,)
| Modifier and Type | Class and Description |
|---|---|
protected class |
DGAAbstractEdgeOutputFormat.DGAAbstractEdgeWriter<I extends WritableComparable,V extends Writable,E extends Writable>
A Edge Writer that writes each edge into a file on HDFS.
|
TextEdgeOutputFormat.TextEdgeWriter<I extends WritableComparable,V extends Writable,E extends Writable>, TextEdgeOutputFormat.TextEdgeWriterToEachLine<I extends WritableComparable,V extends Writable,E extends Writable>| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_DELIMITER
Configuration Identifier for the file delimiter.
|
static String |
FIELD_DELIMITER_DEFAULT
The default value for the file delimiter.
|
static String |
WRITE_EDGE_VALUE
Configuration Identifier to use the source value when outputting.
|
static String |
WRITE_EDGE_VALUE_DEFAULT
The default value for the Use Source Value Configuration.
|
static String |
WRITE_VERTEX_VALUE
Configuration Identifier to use the source value when outputting.
|
static String |
WRITE_VERTEX_VALUE_DEFAULT
The default value for the Use Source Value Configuration.
|
textOutputFormat| Constructor and Description |
|---|
DGAAbstractEdgeOutputFormat() |
checkOutputSpecs, createEdgeWriter, getOutputCommittergetConf, setConfpublic static final String FIELD_DELIMITER
public static final String FIELD_DELIMITER_DEFAULT
public static final String WRITE_VERTEX_VALUE
public static final String WRITE_VERTEX_VALUE_DEFAULT
public static final String WRITE_EDGE_VALUE
public static final String WRITE_EDGE_VALUE_DEFAULT