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=10&rev2=11 == Create your own Partitioner == + == Tutorial == - == Partitioner Configuration == + .... {{{ BSPJob job = new BSPJob(conf); @@ -23, +24 @@ ... }}} + If the input is already partitioned, you can skip pre-partitioning step as following configuration: + + {{{ + ... + }}} +
