Re: Compiling 1.0.0 distribution

2013-05-06 Thread Kiru Pakkirisamy
Yes, I am trying to run on my Ubuntu laptop. Let me look at the log files. Thanks for the help. Much appreciated. Regards, - kiru Kiru Pakkirisamy | webcloudtech.wordpress.com --- On Sun, 5/5/13, Avery Ching wrote: From: Avery Ching Subject: Re: Compiling 1.0.0 distribution To: user

Re: Compiling 1.0.0 distribution

2013-05-05 Thread Avery Ching
maps progress decreases in percentage (second time around) !! I have never seen this before (?) Regards, - kiru Kiru Pakkirisamy | webcloudtech.wordpress.com --- On *Sun, 5/5/13, Roman Shaposhnik //* wrote: From: Roman Shaposhnik Subject: Re: Compiling 1.0.0 distribution To:

Re: Compiling 1.0.0 distribution

2013-05-05 Thread Kiru Pakkirisamy
, - kiru Kiru Pakkirisamy | webcloudtech.wordpress.com --- On Sun, 5/5/13, Roman Shaposhnik wrote: From: Roman Shaposhnik Subject: Re: Compiling 1.0.0 distribution To: user@giraph.apache.org Date: Sunday, May 5, 2013, 10:50 PM To pile on top of that -- you can also run mvn -pl module-name from the

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