Re: Compiling 1.0.0 distribution

2013-05-05 Thread Avery Ching
My guess is that you don't have enough workers to run the job and the master kills the job (i.e. are you running on a single machine setup?). You can try to run first with one worker (this will take 2 map slots - one for the master and one for the worker). You can also look at the logs from m

Re: Compiling 1.0.0 distribution

2013-05-05 Thread Kiru Pakkirisamy
Yup, I did a mvn3 install and then a mvn3 compile to get around that already.Right now, I am trying to run the PageRank, even after a few runs I have not had one successful run . The maps progress decreases in percentage (second time around) !! I have never seen this before (?) Regards, - kiru

Re: Compiling 1.0.0 distribution

2013-05-05 Thread Roman Shaposhnik
To pile on top of that -- you can also run mvn -pl module-name from the top level to short-circuit the build to that module (and yet still honor the dependencies). Thanks, Roman. On Sun, May 5, 2013 at 10:44 PM, Avery Ching wrote: > The easiest way is to compile from the base directory, which

Re: Compiling 1.0.0 distribution

2013-05-05 Thread Avery Ching
The easiest way is to compile from the base directory, which will build everything. You can build individual directories, but you have to install the core jars first (i.e. go to giraph-core and do 'mvn clean install'). Then you can build the directory of your choice. Hope that helps, Avery

Compiling 1.0.0 distribution

2013-05-05 Thread Kiru Pakkirisamy
Hi,I am unable to compile giraph-examples because it is not able to reach the core jar files on the repo. Why doesn't it pick it up from the root build dir ? Regards, - kiru Kiru Pakkirisamy | webcloudtech.wordpress.com