Re: Giraph (1.1.0-SNAPSHOT and 1.0.0-RC3) unit tests fail

2014-06-30 Thread Toshio ITO
Hi Roman. I checked out release-1.1.0-RC0 and succeeded to build it. $ git checkout release-1.1.0-RC0 $ mvn clean $ mvn package -Phadoop_2 -DskipTests ## SUCCESS However, when I ran the tests with LocalJobRunner, it failed. $ mvn clean $ mvn package -Phadoop_2 It

Re: Giraph (1.1.0-SNAPSHOT and 1.0.0-RC3) unit tests fail

2014-06-30 Thread Akila Wajirasena
Hi Roman, I got the same error when running hadoop_2 profile. According to this [1] the Accumulo version we use in giraph (1.4) is not compatible with Hadoop 2. I think this is the issue. [1]

Couldn't instantiate

2014-06-30 Thread Carmen Manzulli
Hi, I'm trying to run a selectionComputation with my own code for VertexInputFormat but giraph' job starts to work and then fails with: java.lang.IllegalStateException: run: Caught an unrecoverable exception newInstance: Couldn't instantiate sisinflab.SimpleRDFVertexInputFormat at

Re: Couldn't instantiate

2014-06-30 Thread John Yost
Hi Carmen, Question--did you only define an arguments constructor? If so, I think you are getting this because you did not define a no-arguments constructor with public visibility. If this is not the case, I recommend posting your source code and I will be happy to help. --John On Mon, Jun