Re: problem with running shortestpath example.

2013-06-24 Thread Christian Krause
I am also a Giraph beginner. The default addresses of the web interfaces of your master nodes are localhost:50030 and localhost:50070 (assuming your localhost is your master). Just open them in a browser... Cheers, Christian

Re: problem with running shortestpath example.

2013-06-24 Thread 김원배
Thank you all. However, Christian, could you explain more specific for me? Because I'm beginner :) please. 2013/6/24 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, > Chris

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 김원배 > Hi, I'm beginner on giraph. > I have a problem with running shortestpath example. > > I'm using giraph-1.0.0 > hadoop 0.20.2

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 org.apache.giraph.examples.