On Thu, Feb 13, 2014 at 06:05:53PM +0100, Sebastian Schelter wrote: > I'm using 24 workers to process a dataset of 50M vertices. Where can I see > the number of partitions assigned to each worker?
Firstly, The number of partitions assigned to each worker can be seen in the worker logs (you can access them via the task page). It is sufficient you look for "partition" in the page, and you'll find a log entry providing the information (is logged by the ProgressUtils class). Secondly, can you please provide all the options you are setting for the computation? In case you are setting the options in the giraph-site.xml file, please provide those information as well. In this manner I can try to replicate the issue, since all the tests I have been doing had no issues. Cheers, Armando