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 04:56:06 UTC

[Hama Wiki] Trivial 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

Comment:
Partitioner documentation 

New page:
== Data Partitioning ==

=== User-defined partitioning ===

{{{
  BSPJob job = new BSPJob(conf);
  ...
  job.setPartitioner(HashPartitioner.class);
  ...
}}}