Storm目录导图

一、介绍

注意本文基于storm-0.9.4

查阅storm官网后看到下面一段话:storm-1.0.0之后包有所改变

In the latest version, the class packages 
have been changed from "backtype.storm" to "org.apache.storm" 
so the topology code compiled with older version won't run on the Storm 1.0.0 just like that.

意思就是说在最新版本中,类包已经从“backtype.storm”更改为“org.apache.storm”,所以用旧版本编译的拓扑代码就不会像Storm 1.0那样运行。

1.1、介绍

1.2、Storm的设计思想

1.3、DRPC实时请求应答服务

1.4、流式处理(异步)

1.5、storm分组策略

1.6、tuple 结构

1.7、Storm的配置文件各个选项及释义

二、安装

2.1、 Storm安装

2.2、简单例子

三、 各个角色的功能

四、组件

4.1、IComponent

4.2、ISpout

4.3、IBolt

五、模型及机制

5.1、Storm的并发模型

5.2、ack机制

六、flume+kafka+storm

6.1、各个部分的调试

6.2、处理逻辑及实现

6.3、处理逻辑及实现1

6.5、整合中的问题

猜你喜欢

转载自blog.csdn.net/wuxintdrh/article/details/60549145