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 SurajMenon: http://wiki.apache.org/hama/Architecture?action=diff&rev1=156&rev2=157 == General == - Apache Hama consists of three major components: BSPMaster, GroomServers and Zookeeper. It is very similar with Hadoop architecture, only except the portion of communication and synchronization mechanisms. + Apache Hama consists of three major components: + * BSPMaster + * GroomServers + * Zookeeper. + + It is very similar with Hadoop architecture, only except the portion of communication and synchronization mechanisms. In a normal usecase the user submits a so called "Job" which is a definition of how to run a computation. A job once submitted will have multiple tasks that are launched across the cluster.