java.lang.ClassNotFoundException for VertexOutputFormat

2012-11-08 Thread Marcin Biczak
Hi I have very strange problem regarding ClassNotFoundException for vertex output format (my own implementation). When I run my program I get an exception: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: org.test.giraph.utils.writers.generic.SamplingOutpu

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