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=8&rev2=9

        VertexInputReader<LongWritable, Text, Text, NullWritable, 
DoubleWritable> {
  
      String lastVertexId = null;
-     List<String> adjacents = new LinkedList<String>();
+     List<String> adjacents = new ArrayList<String>();
  
      @Override
      public boolean parseVertex(LongWritable key, Text value,

Reply via email to