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