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.AdjacencyListTextVertexWriter
TextVertexOutputFormat.TextVertexWriter, TextVertexOutputFormat.TextVertexWriterToEachLine
LINE_TOKENIZE_VALUE, LINE_TOKENIZE_VALUE_DEFAULT
textOutputFormat
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() |
createVertexWriter
checkOutputSpecs, getOutputCommitter
postWriting, preWriting
getConf, setConf
public 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
IOException
InterruptedException
public void testVertexWithEdges() throws IOException, InterruptedException
IOException
InterruptedException
public void testWithDifferentDelimiter() throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.