Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "WriteHamaGraphFile" page has been changed by edwardyoon: http://wiki.apache.org/hama/WriteHamaGraphFile?action=diff&rev1=4&rev2=5 {{{ public static class PagerankTextReader extends - VertexInputReader<LongWritable, Text, Text, DoubleWritable, NullWritable> { + VertexInputReader<LongWritable, Text, Text, NullWritable, DoubleWritable> { String lastVertexId = null; List<String> adjacents = new LinkedList<String>(); @@ -146, +146 @@ {{{ public static class PagerankTextReader extends - VertexInputReader<LongWritable, Text, Text, DoubleWritable, NullWritable> { + VertexInputReader<LongWritable, Text, Text, NullWritable, DoubleWritable> { @Override public boolean parseVertex(LongWritable key, Text value,
