Re: MessageCombiner

2014-05-12 Thread Claudio Martella
you can check the combiner used by the shortest paths algorithm, that has the inverted semantics as yours, as it is using the minimum value. On Mon, May 12, 2014 at 8:03 AM, nishant gandhi nishantgandh...@gmail.comwrote: Let say I have 5 nodes which are sending message to 6th node. each 5

MessageCombiner

2014-05-11 Thread nishant gandhi
Hi, I am trying to write code that use Combiner. I want to combine all message into one for each vertex. That one message contains message value bigger than all the other message values. Please help. Nishant Gandhi M.Tech. CSE IIT Patna

Re: MessageCombiner

2014-05-11 Thread Maria Stylianou
Hi Nishant, Can you be more specific? Are you trying to combine all incoming messages of a vertex into one message? What do you mean combine? Add values? Or append to a list? The message can be a list so you can put all values together. Maria On Sunday, May 11, 2014, nishant gandhi