Re: Graph partitioning and data locality

2014-11-05 Thread Martin Junghanns
: Graph partitioning and data locality To: user@giraph.apache.org Hi, answers are inline. On Tue, Nov 4, 2014 at 8:36 AM, Martin Junghanns mailto:martin.jungha...@gmx.net>> wrote: Hi group, I got a question concerning the graph partitioning step. If I understood the code cor

RE: Graph partitioning and data locality

2014-11-04 Thread Pavan Kumar A
, 4 Nov 2014 16:20:21 +0100 Subject: Re: Graph partitioning and data locality To: user@giraph.apache.org Hi, answers are inline. On Tue, Nov 4, 2014 at 8:36 AM, Martin Junghanns wrote: Hi group, I got a question concerning the graph partitioning step. If I understood the code correctly, the

Re: Graph partitioning and data locality

2014-11-04 Thread Claudio Martella
Hi, answers are inline. On Tue, Nov 4, 2014 at 8:36 AM, Martin Junghanns wrote: > Hi group, > > I got a question concerning the graph partitioning step. If I understood > the code correctly, the graph is distributed to n partitions by using > vertexID.hashCode() & n. I got two questions concern

Re: Graph partitioning and data locality

2014-11-03 Thread Martin Junghanns
sorry for the typo (no coffee yet): vertexID.hashCode() *%* n On 04.11.2014 08:36, Martin Junghanns wrote: Hi group, I got a question concerning the graph partitioning step. If I understood the code correctly, the graph is distributed to n partitions by using vertexID.hashCode() & n. I got tw