Re: trunk giraph-formats-contrib fails to build

2012-11-09 Thread André Kelpe
Hi Rob, in order to install a jar into your local maven repo, just run mvn install. That should resolve all your issues. For more info on the default maven life cycle, please see here: http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html HTH --Andre 2012/11/8 Rob Style

Re: trunk giraph-formats-contrib fails to build

2012-11-08 Thread Rob Styles
I've managed to get giraph-formats-contrib to build successfully by removing from the pom dependency for giraph. That allows maven to match with the giraph jar I installed locally. I realise I'm missing some knowledge about maven having not used it much before - so help appreciated. I'd like to

trunk giraph-formats-contrib fails to build

2012-11-08 Thread Rob Styles
Hi, I'm building Giraph on a VM with CDH4 installed and running. I'll be running jobs on a 6 machine cluster running CDH4. I've checked out trunk and attempted a build. Giraph builds successfully but giraph-formats-contrib fails to build with a failure to find Giraph. I'd like to make use of HBa