public class TestAdjacencyListTextVertexOutputFormat extends AdjacencyListTextVertexOutputFormat<org.apache.hadoop.io.Text,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.DoubleWritable>
| Modifier and Type | Class and Description |
|---|---|
static class |
TestAdjacencyListTextVertexOutputFormat.DummyComputation
Dummy class to allow ImmutableClassesGiraphConfiguration to be created.
|
AdjacencyListTextVertexOutputFormat.AdjacencyListTextVertexWriterTextVertexOutputFormat.TextVertexWriter, TextVertexOutputFormat.TextVertexWriterToEachLineLINE_TOKENIZE_VALUE, LINE_TOKENIZE_VALUE_DEFAULTtextOutputFormat| Constructor and Description |
|---|
TestAdjacencyListTextVertexOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected AdjacencyListTextVertexOutputFormat.AdjacencyListTextVertexWriter |
createVertexWriter(org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text> tw) |
void |
setUp() |
void |
testVertexWithEdges() |
void |
testVertexWithNoEdges() |
void |
testWithDifferentDelimiter() |
createVertexWritercheckOutputSpecs, getOutputCommitterpostWriting, preWritinggetConf, setConfpublic TestAdjacencyListTextVertexOutputFormat()
public void setUp()
protected AdjacencyListTextVertexOutputFormat.AdjacencyListTextVertexWriter createVertexWriter(org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text> tw)
public void testVertexWithNoEdges()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void testVertexWithEdges()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void testWithDifferentDelimiter()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.