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 2011/04/05 03:45:27 UTC

[Hama Wiki] Trivial Update of "FrontPage" by edwardyoon

Dear Wiki user,

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

The "FrontPage" page has been changed by edwardyoon.
http://wiki.apache.org/hama/FrontPage?action=diff&rev1=86&rev2=87

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

  #language en
  #pragma section-numbers off
  
- HAMA is a distributed computing framework based on BSP (Bulk Synchronous Parallel) computing techniques for massive scientific computations (e.g., matrix, graph, network, ..., etc), Currently being incubated as one of the incubator project by the Apache Software Foundation. 
+ Hama is a distributed computing framework based on BSP (Bulk Synchronous Parallel) computing techniques for massive scientific computations (e.g., matrix, graph, network, ..., etc), Currently being incubated as one of the incubator project by the Apache Software Foundation. 
- 
- The greatest benefit of adoption of BSP computing techniques is the opportunity to speed up iteration loops during the iterative process which requires several passes of messages before final processed output is available. (especially, such as finding the shortest path, and so on.) 
- 
- Hama also provides an easy-to-program and flexible programming model as compared with traditional model of Message Passing, and also compatible with any distributed storage (e.g., HDFS, HBase, …, etc), so you can use the Hama BSP on your existing Hadoop clusters.
  
  == General Information ==
  
@@ -38, +34 @@

   * [[HowToContribute| How to contribute to Hama]]
   * [[HowToCommit| How to commit]]
   * [[HowToRelease| How to release]]
+  * [[GSoC2011| Google Summer of Code 2011]]