Re: Sending messages to all vertexs

2013-10-11 Thread Andro Bermúdez Serrano
The problem is the access to all the ids. The question: is there an efficient way of achieving this? 2013/10/11, Skpraveen : > If you have the vertex id's you can do it. > > Sent from my iPhone > >> On Oct 11, 2013, at 9:22 AM, Andro Bermúdez Serrano >> wrote: >> >> Hi. >> >> I'am working in a al

Re: Sending messages to all vertexs

2013-10-11 Thread Skpraveen
If you have the vertex id's you can do it. Sent from my iPhone > On Oct 11, 2013, at 9:22 AM, Andro Bermúdez Serrano > wrote: > > Hi. > > I'am working in a algorithm that needs recalculate the vertex value > according all the other vertexs values. Is not mandatory the > connectivity of the g

Sending messages to all vertexs

2013-10-11 Thread Andro Bermúdez Serrano
Hi. I'am working in a algorithm that needs recalculate the vertex value according all the other vertexs values. Is not mandatory the connectivity of the graph. Is there a way to send a message from one vertex to all vertexs in giraph? Thanks, Andro.