Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "Partitioning" page has been changed by edwardyoon: http://wiki.apache.org/hama/Partitioning?action=diff&rev1=1&rev2=2 - == Data Partitioning == + == User-defined partitioning == - === User-defined partitioning === + The partitioner is designed for determining how to distribute the input data among computing workers of a Bulk Synchronous Parallel processing. Remember, this is not related with output collection, unlike MapReduce's partition function. + + .... {{{ BSPJob job = new BSPJob(conf);
