jena and giraph as dependency in maven project

2014-07-23 Thread Carmen Manzulli
Hi experts, i would like to know how could i inser giraph 1.1.0 as dependency in a maven project which need also jena dependency... thanks and regards, Carmen.

RE: Setting variable value in Compute class and using it in the next superstep

2014-07-23 Thread Sardeshmukh, Vivek
Hello again, As Tom and Matthew suggested I wrote my own custom vertex value class and input format class. I followed Matthew's example to create my own custom vertex class but now I'm getting the following error while running the program java.lang.IllegalStateException: newInstance: Illegal

Zookeeper server null error when running giraph

2014-07-23 Thread Jing Fan
Hi, When I run giraph, I always have following error message and the task will fail 14/07/23 23:10:21 INFO zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:22181. Will not attempt to authenticate using SASL (unknown error) 14/07/23 23:10:21 WARN zookeeper.ClientCnxn:

Re: Zookeeper server null error when running giraph

2014-07-23 Thread Jing Fan
Hi Vivek, Giraph comes wtih Zookeeper itself so I didn't install it separately. I run the same program several times. Sometimes it can succeed but most of the time it will come with the Zookeeper null error. Thanks. On Wed, Jul 23, 2014 at 4:35 PM, Sardeshmukh, Vivek