Hi all, I would like to quantify the time Giraph spent in writing to the output file. I found this line (" vertexWriter.writeVertex(vertex);") in the class (ComputeCallable). However, from the source code, it seems like this is called every iteration which I know does not happen.
Could someone please explain this to me with some details? -- Thanks, -Khaled