摘要:
一个topology的启动包括了三个步骤1)创建TopologyBuilder,设置输入源,输出源2)获取config3)提交topology(这里不考虑LocalCluster本地模式)以storm.starter的ExclamationTopology为例:public static void ... 阅读全文
摘要:
一个topology的启动包括了三个步骤1)创建TopologyBuilder,设置输入源,输出源2)获取config3)提交topology(这里不考虑LocalCluster本地模式)以storm.starter的ExclamationTopology为例:public static void ... 阅读全文
摘要:
超好资料:英文:https://github.com/xetorthio/getting-started-with-storm/blob/master/ch03Topologies.asc中文:http://ifeve.com/getting-started-with-storm-3/下面具体讲下:... 阅读全文
|