RE: Compiling Giraph 1.1

2015-04-02 Thread Tamer Yousef
reason it failed. -Tamer From: José Luis Larroque [mailto:larroques...@gmail.com] Sent: Thursday, February 26, 2015 8:55 PM To: user@giraph.apache.org Subject: Re: Compiling Giraph 1.1 Hi again guys: I find a solution. Don't use the clone indicated in the Quick Start Guide. The pom has 1.2

Re: Compiling Giraph 1.1

2015-02-26 Thread José Luis Larroque
Hi again guys: I find a solution. *Don't use the clone indicated in the Quick Start Guide*. The pom has 1.2 version, so is looking for dependencies for that version in maven repositories, and those jar's don't exist, because giraph 1.2 hasn't been released, yet. Instead of doing the clone (sudo

Re: Compiling Giraph 1.1

2015-02-22 Thread José Luis Larroque
Hi Ryan, i'm facing same problem here. Did you find any solution for this? I'm building giraph with another hadoop version, but the problem appears to be the same, that dependency can't be resolved: mvn -e -Phadoop_yarn -Dhadoop.version=2.4.0 -DskipTests clean install I'm not applying the fix of

Re: Compiling Giraph 1.1

2014-12-08 Thread Ryan
Any thoughts? Still not able to install unfortunately. Ryan On Sun, Nov 30, 2014 at 9:00 PM, Ryan freelanceflashga...@gmail.com wrote: I believe I was. I was building directly from a new clone of the github repository. It turns out I should be installing YARN instead of the Hadoop_2 profile.

Re: Compiling Giraph 1.1

2014-11-30 Thread Ryan
I believe I was. I was building directly from a new clone of the github repository. It turns out I should be installing YARN instead of the Hadoop_2 profile. When I run ' mvn -DskipTests -Dhadoop.version=2.3.0-cdh5.1.2 -Phadoop_yarn clean install' I get the error: *Failed to execute goal on

Re: Compiling Giraph 1.1

2014-11-09 Thread Claudio Martella
I just built trunk with that command. Are you sure you're building latest trunk? On Fri, Nov 7, 2014 at 3:21 PM, Ryan freelanceflashga...@gmail.com wrote: Any updated thoughts on this? On Tue, Nov 4, 2014 at 5:59 PM, Ryan freelanceflashga...@gmail.com wrote: It's 'mvn -Phadoop_2 -fae

Compiling Giraph 1.1

2014-11-04 Thread Ryan
I'm attempting to build, compile and install Giraph 1.1 on a server running CDH5.1.2. A few weeks ago I successfully compiled it by changing the hadoop_2 profile version to be 2.3.0-cdh5.1.2. I recently did a fresh install and was unable to build, compile and install (perhaps due to the latest

Re: Compiling Giraph 1.1

2014-11-04 Thread Roman Shaposhnik
What's the exact compilation incantation you use? Thanks, Roman. On Tue, Nov 4, 2014 at 9:56 AM, Ryan freelanceflashga...@gmail.com wrote: I'm attempting to build, compile and install Giraph 1.1 on a server running CDH5.1.2. A few weeks ago I successfully compiled it by changing the hadoop_2

Re: Compiling Giraph 1.1

2014-11-04 Thread Ryan
It's 'mvn -Phadoop_2 -fae -DskipTests clean install' Thanks, Ryan On Tue, Nov 4, 2014 at 2:02 PM, Roman Shaposhnik ro...@shaposhnik.org wrote: What's the exact compilation incantation you use? Thanks, Roman. On Tue, Nov 4, 2014 at 9:56 AM, Ryan freelanceflashga...@gmail.com wrote: I'm