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

2016-03-24 Thread Anirudh Perugu
Just bumping this thread as I am still looking for answers. On Sun, Mar 20, 2016 at 11:31 AM, Anirudh Perugu < anirudh.per...@stonybrook.edu> wrote: > Hello all, > > This is in follow up to *1. How many workers can I have? * > So I understand that per-worker parallelism is achi

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

2016-03-20 Thread Anirudh Perugu
successfully with 2). On Sat, Mar 19, 2016 at 6:56 PM, Anirudh Perugu < anirudh.per...@stonybrook.edu> wrote: > 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

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

Re: Running Giraph 1.1 on Hadoop 2.7.2

2016-03-05 Thread Anirudh Perugu
nStats class) which are mostly used for logging. > > Best, > Hassan > > On Thu, Mar 3, 2016 at 1:46 PM, Anirudh Perugu < > anirudh.per...@stonybrook.edu> wrote: > >> Hi, >> >> I am a giraph newbie & have read how giraph works but I have a couple of

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