Re: How to specify parameters in order to run giraph job in parallel

2013-10-19 Thread Claudio Martella
nd 1 master > >> machine. > >> > >> On each slave machine, there are two Xeon E5-2620 CPUs. With the help of > >> HT, there are 24 threads. > >> > >> I am wondering how to specify parameters in order to run giraph job in > &

Re: How to specify parameters in order to run giraph job in parallel

2013-10-18 Thread Sebastian Schelter
ads equals to the number of threads >>> that >>> you can run on each node (24 in your case). >>> >>> Does this make sense to you? >>> >>> >>> On Thu, Oct 17, 2013 at 5:04 PM, Yi Lu wrote: >>> >>>> Hi, >>>>

Re: How to specify parameters in order to run giraph job in parallel

2013-10-18 Thread YAN Da
Does this make sense to you? >> >> >> On Thu, Oct 17, 2013 at 5:04 PM, Yi Lu wrote: >> >>> Hi, >>> >>> I have a computer cluster consisting of 15 slave machines and 1 master >>> machine. >>> >>> On each slave machine, there

Re: How to specify parameters in order to run giraph job in parallel

2013-10-18 Thread YAN Da
r >> machine. >> >> On each slave machine, there are two Xeon E5-2620 CPUs. With the help of >> HT, there are 24 threads. >> >> I am wondering how to specify parameters in order to run giraph job in >> parallel on my cluster. >> >>

Re: How to specify parameters in order to run giraph job in parallel

2013-10-17 Thread Claudio Martella
machine, there are two Xeon E5-2620 CPUs. With the help of > HT, there are 24 threads. > > I am wondering how to specify parameters in order to run giraph job in > parallel on my cluster. > > I am using the following parameters to run a pagerank algorithm. > > hadoop jar ~/gir

How to specify parameters in order to run giraph job in parallel

2013-10-17 Thread Yi Lu
Hi, I have a computer cluster consisting of 15 slave machines and 1 master machine. On each slave machine, there are two Xeon E5-2620 CPUs. With the help of HT, there are 24 threads. I am wondering how to specify parameters in order to run giraph job in parallel on my cluster. I am using the