public static class SimplePageRankVertex.SimplePageRankVertexOutputFormat extends TextVertexOutputFormat<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable>
SimplePageRankVertex| Modifier and Type | Class and Description |
|---|---|
class |
SimplePageRankVertex.SimplePageRankVertexOutputFormat.SimplePageRankVertexWriter
Simple VertexWriter that supports
SimplePageRankVertex |
TextVertexOutputFormat.TextVertexWriter, TextVertexOutputFormat.TextVertexWriterToEachLinetextOutputFormat| Constructor and Description |
|---|
SimplePageRankVertex.SimplePageRankVertexOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
TextVertexOutputFormat.TextVertexWriter |
createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
The factory method which produces the
TextVertexOutputFormat.TextVertexWriter used by this
output format. |
checkOutputSpecs, getOutputCommittergetConf, setConfpublic SimplePageRankVertex.SimplePageRankVertexOutputFormat()
public TextVertexOutputFormat.TextVertexWriter createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException, InterruptedException
TextVertexOutputFormatTextVertexOutputFormat.TextVertexWriter used by this
output format.createVertexWriter in class TextVertexOutputFormat<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.FloatWritable>context - the information about the taskIOExceptionInterruptedExceptionCopyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.