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=3&rev2=4 * If user specified partition function, internally, "partitioning job" is ran as a pre-processing step. * Each task of "partitioning job" reads its assigned data block and rewrite them to particular partition files. - * After prepartitioning done, launch the mapreduce job. + * After prepartitioning done, launch the BSP job. + == Example == {{{ BSPJob job = new BSPJob(conf);
