Re: Giraph Partitioning

2015-02-25 Thread Arjun Sharma
Thanks Matthew for your replies! They are quite helpful. Regarding question number 4, I see a commit of PartitionContext here by Maja http://mail-archives.apache.org/mod_mbox/giraph-commits/201302.mbox/%3c20130209001122.ddad73a...@tyr.zones.apache.org%3E, but it seems to be removed from the

Re: Giraph Partitioning

2015-02-25 Thread Matthew Saltz
Hi, 1) The partitions are processed in parallel based on the number of threads you specify. The vertices within a partition are processed sequentially. You may want to use more partitions than threads, that way if one partition takes a particularly long time to be processed, the other threads can