Hi, I used Giraph 1.1.0 on local machine with success. Now I am trying to run the algorithm on 4 worker nodes with the command
hadoop jar /home/hduser/Downloads/giraph/giraph-examples/target/giraph-examples-1.1.0-for-hadoop-2.6.0-jar-with-dependencies.jar org.apache.giraph.GiraphRunner org.apache.giraph.examples.SimpleShortestPathsComputation -vif org.apache.giraph.io.formats.JsonLongDoubleFloatDoubleVertexInputFormat -vip /vb/input/tiny_graph.txt -vof org.apache.giraph.io.formats.IdWithValueTextOutputFormat -op /vb/output/shortestpaths -w 4 -ca giraph.SplitMasterWorker=true My job stuck at 15/12/09 16:15:24 INFO yarn.GiraphYarnClient: LIB JARS : 15/12/09 16:15:24 INFO yarn.YarnUtils: Class path name . 15/12/09 16:15:24 INFO yarn.YarnUtils: base path checking . It does not Proceed further. Can Someone please help me in resolving this issue. Thanks -- Regards, Vandana
