Re: Using a custom graph partitioning stratergy with giraph

2014-09-28 Thread Charith Wickramarachchi
Thanks a lot. This seems like exatly what I need. I will try to extend this for my usecase and provide my feedback or any improvement suggestions. Thanks, Charith On Sun, Sep 28, 2014 at 8:29 AM, Pavan Kumar A wrote: > I worked on this feature sometime back - but I only worked on inputting > hi

RE: Using a custom graph partitioning stratergy with giraph

2014-09-28 Thread Pavan Kumar A
I worked on this feature sometime back - but I only worked on inputting hive file & not hdfs You can use logic outside giraph to select which partition file to use - this is possible because you input the number of workers anyway.For instance in the script that you use to launch a giraph job hav