0

I am new in Giraph and Hadoop. Is there any way to count the number of local messages and remote messages (transferred over network) exchanged between vertices of the graph?

imen
  • 1
  • 2

1 Answers1

0

Try with the option giraph.metrics.enable. This options counts the total amount of messages send in any superstep.

chomp
  • 1,352
  • 13
  • 31