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 Comment: Partitioner documentation New page: == Data Partitioning == === User-defined partitioning === {{{ BSPJob job = new BSPJob(conf); ... job.setPartitioner(HashPartitioner.class); ... }}}
