Settings : number of workers, heap size. jps showing java tasks even after killing application.

2016-03-19 Thread Anirudh Perugu
Hello All, I am a giraph newbie, so kindly bear with me. I am trying to run BFS on a graph which has : 28048 edges and 786 nodes. *Here is my Setup :* Single Node Cluster, 8GB RAM, 4 Cores, Apache Yarn 2.7.2, Giraph 1.2.0, my single machine has everything(yarn+giraph) running on it. *1. How many

Error on running Giiraph example algorithms

2016-03-19 Thread Daniel N. R. da Silva
Hi, I'm trying to run SSSP, Page Rank and Connected Components from the Giraph examples for some Networks, but I've been constantly getting an error message. For smaller networks, I can run those algorithms successfully, though, for not so bigger nets (say, 1 million edges), I got this kind of mes

Re: How long a Message can be in Giraph

2016-03-19 Thread José Luis Larroque
Hi again, Being more accurate, how long can be the string sended, if the message is of Type Text. Any help would be greatly appreciated. Bye! Jose 2016-03-14 23:42 GMT-03:00 José Luis Larroque : > Hi all ! > > I'm trying to determinate how long a Message can be in Giraph. > > I checked the Tex