Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.3.0
-
None
-
Important
Description
hello, I found this error when I'm running a giraph job and this is the command
$HADOOP_HOME/bin/hadoop jar $GIRAPH_HOME/giraph-examples/target/giraph-examples-1.3.0-SNAPSHOT-for-hadoop-2.7.1-jar-with-dependencies.jar org.apache.giraph.GiraphRunner org.apache.giraph.examples.SimpleShortestPathsComputation -vif org.apache.giraph.io.formats.JsonLongDoubleFloatDoubleVertexInputFormat -vip /user/hduser/input/tiny_graph.txt -vof org.apache.giraph.io.formats.IdWithValueTextOutputFormat -op /user/hduser/output/outs1 -w 4
I'm using haddop-2.7.1 and giraph I have 4 VM one of them master+slave and 3 slaves so I have 4 slaves and I don't know where is the problem !!