Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setup and Cleanup

Combiners

Counters

...

— General Information —

In Apache Hama, you can implement your own BSP method by extending from org.apache.hama.bsp.BSP class. Apache Hama provides in this class a user-defined function bsp() that can be used to write your own BSP program.

...