Re: Run time error

2013-12-30 Thread Jyoti Yadav
Hi Pushparaj... Thanks for your reply...I checked the logs..It is giving following error... 2013-12-30 22:44:21,297 INFO org.apache.giraph.master.MasterThread: masterThread: Coordination of superstep 97 took 26.572 seconds ended with state THIS_SUPERSTEP_DONE and is now on superstep 98 2013-12-30

Re: addEdgeRequest() - Already has missing vertex on this worker for X

2013-12-30 Thread Larry Compton
All of what I described previously is happening in the Vertex.compute() method for vertex A. It needs to... - Add edges A->B and A->C to its own adjacency list - I have this working - Add edge B->C to B's adjacency list - this is failing stating that "Already has missing vertex on this wo

Re: addEdgeRequest() - Already has missing vertex on this worker for X

2013-12-30 Thread Ameya Vilankar
I don't get what you are trying to solve here. If vertex A already has edges to B and C, what edges are your trying to add? Could you explain in detail what you are trying to do? You can call vertex.getEdges() to get an iterable list of edges where you know the the value on the edge and the vertex

addEdgeRequest() - Already has missing vertex on this worker for X

2013-12-30 Thread Larry Compton
Giraph 1.0.0 - Hadoop 0.20.2 (CDH3U5) The Giraph algorithm I'm developing dynamically retrieves adjacent vertices from within the Vertex.compute() method. The retrieval returns immediate neighbors and also relationships between the neighbors. For instance, for vertex A, the following edges could b

Re: Run time error

2013-12-30 Thread Pushparaj Motamari
Check for error in program during runtime..check the logs On Mon, Dec 30, 2013 at 10:46 PM, Jyoti Yadav wrote: > Hi folks.. > I am trying to execute a graph algorithm on relatively large graph.. > I installed hadoop on single system and trying to execute algorithm on > Giraph... > > I got follo

Run time error

2013-12-30 Thread Jyoti Yadav
Hi folks.. I am trying to execute a graph algorithm on relatively large graph.. I installed hadoop on single system and trying to execute algorithm on Giraph... I got following error... ERROR org.apache.giraph.graph.GraphTaskManager: run: Worker failure failed on another RuntimeException, origin