利用淘宝Fourinone实现分布式计算

淘宝Fourinone是一个自主研发的分布式并行计算框架,它集成了Hadoop、ZooKeeper、MQ、分布式缓存四大主要的分布式计算功能,Fourinone的功能强大用途广泛,它实现了ZooKeeper的所有功能并进行了很多改进,它同时又提供完整的分布式缓存支持,包括中小型缓存以及大型集群缓存,它使用不同于Map/Reduce的全新设计模式解决问题,模仿现实中生产加工链式加并行处理的“包工头/农民工/手工仓库/职业所”方式设计分布式计算,它还可以当做简单的mq使用。Fourinone整体短小精悍,就一个jar包没有任何依赖,很方便嵌入式开发使用。



基于Fourinone实现统一配置管理指南和demo
http://bbs.watchstor.com/thread-70345-1-1.html

一、基于Fourinone实现分布式计算上手指南和demo
http://bbs.watchstor.com/thread-70347-1-1.html

二、基于Fourinone实现分布式计算完整demo
http://bbs.watchstor.com/thread-70346-1-1.html

三、基于Fourinone实现统一配置管理指南和demo
http://bbs.watchstor.com/thread-70344-1-1.html

四、基于Fourinone实现集群管理demo
http://bbs.watchstor.com/thread-70343-1-1.html

六、基于Fourinone实现分布式缓存指南和demo
http://bbs.watchstor.com/thread-70341-1-1.html

七、基于Fourinone实现MQ指南和demo
http://bbs.watchstor.com/thread-70340-1-1.html


Fourinone2.0对分布式文件的简化操作
http://bbs.watchstor.com/thread-70357-1-1.html

一:如何搭建配置FttpAdapter环境
http://bbs.watchstor.com/thread-70349-1-1.html

二:如何访问集群文件根目录
http://bbs.watchstor.com/thread-70350-1-1.html

三:如何访问和操作远程文件
http://bbs.watchstor.com/thread-70351-1-1.html

四:如何进行集群内文件复制和并行复制
http://bbs.watchstor.com/thread-70352-1-1.html

五:如何读写远程文件
http://bbs.watchstor.com/thread-70353-1-1.html

六:如何解析远程文件
http://bbs.watchstor.com/thread-70354-1-1.html

七:如何并行读写远程文件
http://bbs.watchstor.com/thread-70355-1-1.html

八:如何批量并行读写远程文件和事务补偿处理
http://bbs.watchstor.com/thread-70356-1-1.html



其他推荐:

NoSQL技术资料下载专辑
http://bbs.watchstor.com/thread-60396-1-2.html

hadoop入门学习资料大全
http://bbs.watchstor.com/thread-60482-1-2.html

猜你喜欢

转载自ria2011.iteye.com/blog/1559118