You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@giraph.apache.org by Wonbae Kim <zw...@gmail.com> on 2013/07/17 03:11:12 UTC

How can I check when the job starts and ends.

Hello, I'm working on multiple nodes system.

I want to check whether jobs are distributed evenly when I submit multiple
jobs.

In my opinion, one possible way to do it is to print when the job starts
and when it ends.

So, how can I print these stuffs? or Is there any better way to achieve my
goal?