You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by Apache Wiki <wi...@apache.org> on 2013/01/07 06:01:22 UTC

[Hama Wiki] Update of "Partitioning" by edwardyoon

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);