Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
I try to run SSSP with an unweighted graphs
The input file : (Each line : source_vertex, target_vertex)
I run it with the code:
hadoop jar ~/giraph/giraph-examples/target/giraph-examples-1.4.0-S
NAPSHOT-for-hadoop-2.5.1-jar-with-dependencies.jar org.apache.giraph.GiraphRunner org.apache.giraph.examples.SimpleShortestPathsComputation \
-eif org.apache.giraph.io.formats.IntNullTextEdgeInputFormat \
-eip /cit-HepPh.txt \
-vof org.apache.giraph.io.formats.IdWithValueTextOutputForma
t \
-op /shortestpaths4 \
-w 3 \
-yj giraph-examples-1.4.0-SNAPSHOT-for-hadoop-2.5.1-jar-with-dependencies.jar
How should I set the I/O input/output format?