RE: Running Shortest Paths with edge list

2013-05-18 Thread Rui Sarmento
Nope, and also tried with the following: hadoop jar target/giraph-0.2-SNAPSHOT-for-hadoop-0.20.203.0-jar-with-dependencies.jar org.apache.giraph.GiraphRunner org.apache.giraph.examples.SimpleShortestPathsVertex -if org.apache.giraph.io.TextEdgeInputFormat -ip Relationships-Companies-Financial

Re: Running Shortest Paths with edge list

2013-05-18 Thread Han JU
maybe change the command: > hadoop jar > target/giraph-0.2-SNAPSHOT-for-hadoop-0.20.203.0-jar-with-dependencies.jar org.apache.giraph.GiraphRunner org.apache.giraph.examples.SimpleShortestPathsVertex -eif org.apache.giraph.io.TextEdgeInputFormat -eip Relationships-Companies-FinancialOrg.tsv -of o

RE: Running Shortest Paths with edge list

2013-05-18 Thread Rui Sarmento
Exception in thread "main" java.lang.ClassNotFoundException: org.apache.giraph.io.formats.TextEdgeInputFormat at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native M

Re: Running Shortest Paths with edge list

2013-05-18 Thread Han JU
Which class? Have you verified every class? 2013/5/18 Rui Sarmento > Hi, > > Continues to throw class not found exception. > > Regards > > -- > Date: Sat, 18 May 2013 19:40:22 +0200 > Subject: Re: Running Shortest Paths with edge list > From: ju.han.fe...@gmail.com >

RE: Running Shortest Paths with edge list

2013-05-18 Thread Rui Sarmento
Hi, Continues to throw class not found exception. Regards Date: Sat, 18 May 2013 19:40:22 +0200 Subject: Re: Running Shortest Paths with edge list From: ju.han.fe...@gmail.com To: user@giraph.apache.org I think the input format class should be org.apache.giraph.io.formats.TextEdgeInputFormat

Re: Running Shortest Paths with edge list

2013-05-18 Thread Han JU
I think the input format class should be org.apache.giraph.io.formats.TextEdgeInputFormat You can verified them by looking at the source code. 2013/5/18 Rui Sarmento > Hi, > > I'm having trouble running the following example with a relatively small > network edge list, can someone please give

Running Shortest Paths with edge list

2013-05-18 Thread Rui Sarmento
Hi, I'm having trouble running the following example with a relatively small network edge list, can someone please give me some hints on what I might be doing wrong? > hadoop jar > target/giraph-0.2-SNAPSHOT-for-hadoop-0.20.203.0-jar-with-dependencies.jar > org.apache.giraph.GiraphRunner > o