Re: OutOfMemory error while reading byes from edges in yarn

2015-09-07 Thread José Luis Larroque
This was a memory configuration issue, after i fix it, the real problem was another (i will send a different email with it) Thanks! Jose 2015-08-20 11:38 GMT-03:00 José Luis Larroque : > I'm doing a BFS algorithm in yarn, and i make a custom value for the data > on my vertex (Vertex Data). But,

how should I configure ByteArrayEdges?

2015-09-07 Thread Panagiotis Liakos
Hello all, I am trying to create a ByteArrayEdges object for a given vertex. All out-neighbors can be represented using Integers and there are no weights in the graph so I am using Edge to populate my object. Please see the following example: @Test public void error(){ GiraphConfiguration gir

Re: How to

2015-09-07 Thread Anton Petersson
Hello everyone, I am working on the source code of giraph 1.1.0, and I am supposed to customize the code and rebuild the distribution 1.1.0-hadoop2, as the application code is written for that specific distribution. However, I do not know how to build giraph-dist-1.1.0-src.tar.gz