Re: Handling vertices with huge number of outgoing edges (and other optimization).

2013-10-11 Thread Milinda Pathirage
Hi Eli, Did you get a chance to look at YARN specific scripts for Giraph. I like to work on that, If you haven't started looking at it. Thanks Milinda On Thu, Oct 10, 2013 at 6:44 PM, Eli Reisman wrote: > Sadly not yet, and its my fault! There aren't a ton of advantages to the > pure YARN imple

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.

Re: Running the example in http://giraph.apache.org/quick_start.html

2013-10-11 Thread Andro Bermúdez Serrano
Thanks, it works perfectly. I added: -mc org.apache.giraph.examples.SimplePageRankVertex\$SimplePageRankVertexMasterCompute Is there a tutorial that explains GiraphRunner parameters and how to customize them? (i.e., -vif, -ve, -mc, -eif, -aw, etc., and all needed classes) 2013/10/9, Wei Zhang :