
Hama
ylzhjlinux
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Hama: set up hama eclipse project
Setup Hama Eclipse Project 1. download hama-0.6.4-src.tar.gz 2. tar xzf hama-0.6.4-src.tar.gz 3. cd hama-0.6.4-src 4.change hadoop version to 2.6.0 in pom.xml <hadoop.version>2.6.0</h...原创 2015-02-09 10:50:45 · 147 阅读 · 0 评论 -
BSP Ralated papers
http://paloaltodata.com/index.php?option=com_content&view=article&id=22 http://en.wikipedia.org/wiki/Bulk_synchronous_parallel原创 2015-02-09 14:22:50 · 106 阅读 · 0 评论 -
Pregel: A System for Large-Scale Graph Processing
The high-level organization of Pregel programs is inspired by Valiant’s Bulk Synchronous Parallel model . Pregelcomputations consist of a sequence of iterations, called supersteps. During a superstep...原创 2015-02-09 15:24:09 · 433 阅读 · 0 评论 -
Hama: Architecture
http://wiki.apache.org/hama/Architecture Components Apache Hama, based on Bulk Synchronous Parallel model[1], comprises three major components: BSPMaster GroomServer Zookeeper. ...原创 2015-02-28 10:13:54 · 152 阅读 · 0 评论 -
Hama: GroomServer
http://wiki.apache.org/hama/GroomServer Introduction GroomServer is a process whose main responsibility is to manage bsp tasks. In addition to task management, GroomServer collaborates with BS...原创 2015-02-28 10:21:38 · 172 阅读 · 0 评论 -
Hama: BSPMaster
http://wiki.apache.org/hama/BSPMaster Introduction The main responsibility of BSPMaster can be found at Architecture Services The BSPMaster is a collection of services performing dif...原创 2015-02-28 10:29:41 · 150 阅读 · 0 评论 -
Hama: Design of Graph Module
http://wiki.apache.org/hama/GraphModuleInternals Hama includes the Graph module for vertex-centric graph computations. Hama's Graph APIs allows you to program Google's Pregel style applications w...原创 2015-02-28 10:50:07 · 156 阅读 · 0 评论 -
Hama: BSPModel
http://wiki.apache.org/hama/BSPModel Overview 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...原创 2015-02-28 11:45:57 · 191 阅读 · 0 评论 -
Build Hama and deploy it to clusters
1. download souce code #svn checkout https://svn.apache.org/repos/asf/hama/trunk hama-trunk 2. build #mvn -Declipse.workspace="/home/zhaohj/workspace/" eclipse:configure-workspace #mvn clean ...原创 2014-11-11 13:31:52 · 143 阅读 · 0 评论