Re: Running Giraph 1.1 on Hadoop 2.7.2

2016-03-05 Thread Anirudh Perugu
Sure Hassan, thanks for the reply! On Fri, Mar 4, 2016 at 2:46 PM, Hassan Eslami wrote: > Anirudh, > > 1) AFAIK, the load balancing mechanism is not implemented in Giraph. > Although, the mechanism for partition migration is implemented. You may > want to use that mechanism to implement your own

Re: Running Giraph 1.1 on Hadoop 2.7.2

2016-03-04 Thread Hassan Eslami
Anirudh, 1) AFAIK, the load balancing mechanism is not implemented in Giraph. Although, the mechanism for partition migration is implemented. You may want to use that mechanism to implement your own load-balancer insider the framework. You can take a look at BspServiceWorker#exchangeVertexPartitio

Running Giraph 1.1 on Hadoop 2.7.2

2016-03-03 Thread Anirudh Perugu
Hi, I am a giraph newbie & have read how giraph works but I have a couple of questions. 1. If a machine has too much work to do, is it possible to migrate work to another machine for faster computation? (or is this handled by partitions from the master) (Plz view the diagram below) 2. i. How are