Re: About writing our own aggregator..

2014-01-09 Thread Maja Kabiljo
To: "user@giraph.apache.org<mailto:user@giraph.apache.org>" mailto:user@giraph.apache.org>> Subject: About writing our own aggregator.. Hi Folks... I am trying to implement one graph algorithm on giraph. I want that all vertices send their ids to the master .For that I

About writing our own aggregator..

2014-01-09 Thread Jyoti Yadav
Hi Folks... I am trying to implement one graph algorithm on giraph. I want that all vertices send their ids to the master .For that I need to implement my own aggregator class. Please suggest me how to proceed... Thanks Jyoti