Re: Way to find the worker id of a given vertex id

2015-09-21 Thread Flavian Jacquot
Hi, A solution would be to be to get the partition owner and then get the worker info. You can use *getVertexPartitionOwner * (I

Re: Way to find the worker id of a given vertex id

2015-09-21 Thread Flavian Jacquot
2015-09-21 20:00 GMT+02:00 Thomas Karampelas : > Hi, > > Is there a way to find the worker id of a vertex, given a vertex id? > I saw this [1] and I get that by calling > getWorkerContext().getMyWorkerIndex() it is possible to get current > vertex's worker id. > But is it possible to find the work

PartitionBalancing failure on Giraph 1.1.0

2015-09-21 Thread Kenrick Fernandes
Hello, When I change the Partition Balance Algorithm from static to edges/vertices, Giraph 1.1 quickly crashes. I have checked my configuration settings to make sure nothing else is out of place, and the logs are below. Has anyone else gotten this feature working ? Or have any thoughts on the prob

Way to find the worker id of a given vertex id

2015-09-21 Thread Thomas Karampelas
Hi, Is there a way to find the worker id of a vertex, given a vertex id? I saw this [1] and I get that by calling getWorkerContext().getMyWorkerIndex() it is possible to get current vertex's worker id. But is it possible to find the worker ids of all its neighbour vertexes at that point? [1