---------- Forwarded message ---------- From: Phalguni Mukherjee <[email protected]> Date: Sat, Nov 15, 2014 at 12:26 PM Subject: Giraph SimpleShortestPathsComputation not working. To: [email protected]
Hi, I am new comer to Giraph,and was trying to run the quick start graph with value: [0,0,[[1,1],[3,3]]] [1,0,[[0,1],[2,2],[3,1]]] [2,0,[[1,2],[4,4]]] [3,0,[[0,3],[1,1],[4,4]]] [4,0,[[3,4],[2,4]]] Over Hadoop,where master and slave is configured on the same node. But I was getting zookeeper connection refused error.Than I installed standalone zookeepr and started it,now I get the error: 2014-11-15 11:54:59,222 INFO org.apache.giraph.master.BspServiceMaster: barrierOnWorkerList: Waiting on [apsrv-02_1] 2014-11-15 11:54:59,358 ERROR org.apache.giraph.master.BspServiceMaster: barrierOnWorkerList: Missing chosen workers [Worker(hostname=apsrv-02, MRtaskID=1, port=30001)] on superstep -1 2014-11-15 11:54:59,359 ERROR org.apache.giraph.master.MasterThread: masterThread: Master algorithm failed with IllegalStateException java.lang.IllegalStateException: coordinateVertexInputSplits: Worker failed during input split (currently not supported) at org.apache.giraph.master.BspServiceMaster.coordinateInputSplits(BspServiceMaster.java:1483) at org.apache.giraph.master.BspServiceMaster.coordinateSuperstep(BspServiceMaster.java:1650) at org.apache.giraph.master.MasterThread.run(MasterThread.java:124) 2014-11-15 11:54:59,361 FATAL org.apache.giraph.graph.GraphTaskManager: uncaughtException: OverrideExceptionHandler on thread org.apache.giraph.master.MasterThread, msg = java.lang.IllegalStateException: coordinateVertexInputSplits: Worker failed during input split (currently not supported), exiting... java.lang.IllegalStateException: java.lang.IllegalStateException: coordinateVertexInputSplits: Worker failed during input split (currently not supported) at org.apache.giraph.master.MasterThread.run(MasterThread.java:194) Caused by: java.lang.IllegalStateException: coordinateVertexInputSplits: Worker failed during input split (currently not supported) at org.apache.giraph.master.BspServiceMaster.coordinateInputSplits(BspServiceMaster.java:1483) at org.apache.giraph.master.BspServiceMaster.coordinateSuperstep(BspServiceMaster.java:1650) at org.apache.giraph.master.MasterThread.run(MasterThread.java:124) Please help -- *Thanks & Regards* *Phalguni Mukherjee* -- *Thanks & Regards* *Phalguni Mukherjee*
