Re: Master compute and workers

2015-12-22 Thread José Luis Larroque
I believe that you are seeing this from a weird perspective. Personal opinion's aside, maybe reading pregel's paper could be of great benefit, because Giraph is based on it. Regarding to your questions: Workers stop when all* vertex* are halt, and every worker has a partition of vertex. Applicacio

Master compute and workers

2015-12-21 Thread Kaushik Baruah
Hi Experts, Can you please let me know, if master compute halts automatically when all the workers halt. 1) If it is so, how can we know from master compute if all workers have halted or is there a way to keep the master compute running even though all the workers have halted. 2) Is there a way