You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@giraph.apache.org by "Praveen kumar s.k" <sk...@gmail.com> on 2014/02/27 20:02:50 UTC

Getting custom counter values from Giraph job

Hi all,
I have hadoop job which calls a giraph job. I have used persistent
 aggregaters inside giraph job. After the haltcomputation is done, i want
the aggregated values back to Hadoop job.
As of now before halting the giraph job I write  the aggregated count
values to a file and my Hadoop job reads those count values.

I need to know how to get those count values without using file writing.

Thanks in advance,
Praveen