Re: problem with running shortestpath example.

2013-06-24 Thread Ahmet Emre Aladağ
Hi, You have to specify EdgeInputFormat. For another class of mine I use the following command (wrting for just reference): hadoop jar giraph-examples/target/giraph-examples-1.1.0-SNAPSHOT-for-hadoop-1.0.2-jar-with-dependencies.jar org.apache.giraph.GiraphRunner

Re: problem with running shortestpath example.

2013-06-24 Thread Christian Krause
Hi, You have a failed map task. Take a look at the web interface of the Job Tracker. Open the logs of your job and look for exceptions. Cheers, Christian 2013/6/24 김원배 zwi...@gmail.com Hi, I'm beginner on giraph. I have a problem with running shortestpath example. I'm using giraph-1.0.0

[no subject]

2013-06-24 Thread Puneet Jain
My run method: args = new String[] { /user/root/giraph-input/gooftech.tsv, /user/root/giraph-output, 'Shanae Dailey', X:2181}; if (args.length 4) { System.err.println(printUsage()); System.exit(1); } if (args.length 4) { System.err .println(too many arguments. + Did you forget to quote

Re: Is Zookeeper a must for Giraph?

2013-06-24 Thread Avery Ching
Zookeeper is required. That being said, you can have an external Zookeeper or Giraph can start one for you. It's your choice. Eli is the one to contact regarding Giraph on Hadoop 2.0.5. Any thoughts Eli? Avery On 6/24/13 5:22 PM, Chuan Lei wrote: It is not clear to me that whether