[
https://issues.apache.org/jira/browse/GIRAPH-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
DCDD updated GIRAPH-1255:
-------------------------
Component/s: examples
> Configuration about Run SSSP on Giraph1.4.0
> -------------------------------------------
>
> Key: GIRAPH-1255
> URL: https://issues.apache.org/jira/browse/GIRAPH-1255
> Project: Giraph
> Issue Type: Bug
> Components: examples
> Reporter: DCDD
> Priority: Major
> Attachments: image-2022-07-06-18-14-18-331.png,
> image-2022-07-06-18-14-22-731.png, image-2022-07-06-18-17-24-446.png
>
>
> I try to run SSSP with an unweighted graphs
> The input file : (Each line : source_vertex, target_vertex)
> !image-2022-07-06-18-14-22-731.png!
> 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
> !image-2022-07-06-18-17-24-446.png!
> How should I set the I/O input/output format?
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)