Re: Using a custom graph partitioning stratergy with giraph

2014-10-02 Thread Charith Wickramarachchi
...@outlook.com wrote: I will write a detailed explanation in weekend. thanks for your interest. -- Date: Wed, 1 Oct 2014 10:56:16 -0700 Subject: Re: Using a custom graph partitioning stratergy with giraph From: charith.dhanus...@gmail.com To: user@giraph.apache.org Thanks

RE: Using a custom graph partitioning stratergy with giraph

2014-10-01 Thread Pavan Kumar A
I will write a detailed explanation in weekend. thanks for your interest. Date: Wed, 1 Oct 2014 10:56:16 -0700 Subject: Re: Using a custom graph partitioning stratergy with giraph From: charith.dhanus...@gmail.com To: user@giraph.apache.org Thanks Pavan, I get the high level level idea. I am

Re: Using a custom graph partitioning stratergy with giraph

2014-09-29 Thread Charith Wickramarachchi
-- Date: Sat, 27 Sep 2014 22:51:29 -0700 Subject: Re: Using a custom graph partitioning stratergy with giraph From: charith.dhanus...@gmail.com To: user@giraph.apache.org Also adding some more information. My current understanding is I should be able to do

RE: Using a custom graph partitioning stratergy with giraph

2014-09-29 Thread Pavan Kumar A
into targetIds, so knowing which partition to send a message can be done by just looking at the targetid Date: Mon, 29 Sep 2014 14:37:22 -0700 Subject: Re: Using a custom graph partitioning stratergy with giraph From: charith.dhanus...@gmail.com To: user@giraph.apache.org Hi Pavan, Thanks for the details. I

RE: Using a custom graph partitioning stratergy with giraph

2014-09-28 Thread Pavan Kumar A
is stored here as map of byte arrays. with .lbMappingStoreUpper being size of map and lbMappingStoreLower being size of individual arrays Please explore code tell me what else you need.ThanksDate: Sat, 27 Sep 2014 22:51:29 -0700 Subject: Re: Using a custom graph partitioning stratergy with giraph From

Re: Using a custom graph partitioning stratergy with giraph

2014-09-28 Thread Charith Wickramarachchi
. with .lbMappingStoreUpper being size of map and lbMappingStoreLower being size of individual arrays Please explore code tell me what else you need. Thanks -- Date: Sat, 27 Sep 2014 22:51:29 -0700 Subject: Re: Using a custom graph partitioning stratergy with giraph From

Using a custom graph partitioning stratergy with giraph

2014-09-27 Thread Charith Wickramarachchi
Hi, I m trying to use giraph with a custom graph partitioner that I have. In my case i want to assign vertices to workers based on a custom partitioner input. In my case partitioner will take number of workers as an input parameter and give me a file which maps each vertex id to a worker. I m

Re: Using a custom graph partitioning stratergy with giraph

2014-09-27 Thread Charith Wickramarachchi
Also adding some more information. My current understanding is I should be able to do this by my own org.apache.giraph.partition.WorkerGraphPartitioner implementation. But my question is, Is there are a way to get some outside input inside the WorkerGraphPartitioner?In my case it will be an