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 2010/04/13 04:28:16 UTC

[Hama Wiki] Update of "Architecture" by HyunsikChoi

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.

The "Architecture" page has been changed by HyunsikChoi.
http://wiki.apache.org/hama/Architecture?action=diff&rev1=91&rev2=92

--------------------------------------------------

  The BSP package is a implementation of BSP over Hadoop RPC(sockets).
  By using a BSP model which is based on the concept of a superstep, during which processes perform computations using local data, 
  a more rapid and sensitive program will be allowed.
+  * http://wiki.apache.org/hama/BulkSynchronizationParallel
  
-  * http://wiki.apache.org/hama/BulkSynchronizationParallel
+ The BSP package consists of the following components:
+  * [[BSPMaster|BSP Master]]
+  * [[BSPPeer|BSP Peer]]
  == Matrix ==
   * http://wiki.apache.org/hama/Algorithms
  == Graph ==