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 thomasjungblut:
http://wiki.apache.org/hama/WriteHamaGraphFile?action=diff&rev1=7&rev2=8

  
      @Override
      public boolean parseVertex(LongWritable key, Text value,
-         Vertex<Text, DoubleWritable, NullWritable> vertex) {
+         Vertex<Text, NullWritable, DoubleWritable> vertex) {
  
        String line = value.toString();
        String[] lineSplit = line.split("\t");

Reply via email to