HuYuesheng Tue, 04 Sep 2012 21:24:03 -0700
Hi guys,
I think I found a bug in org.apache.hama.graph.GraphJobRunner.setup(). numberVertices = vertices.size() * peer.getNumPeers(), this line is not correct because not all task been assigned the same number of vertices. Am I right?