随笔分类 -  storm

摘要:apache-storm-0.9.5/conf/storm.yaml storm.yaml配置内容如下: storm.zookeeper.servers: - "192.168.93.128" - "192.168.93.129" - "192.169.93.130" nimbus.host: "1 阅读全文
posted @ 2019-09-02 14:21 ashaff 阅读(2510) 评论(0) 推荐(0)
摘要:Auth:ashaff 一、数据上报及展示流程 数据上报流程:worer/supervisor/nimbus 会定时上报统计信息到 zk 数据展现流程:ui 调用 nimbus 的服务从 zk 中取出数据进行分类聚合汇总,然后展示到前端 二、数据类型 一、 worker spout: emit:向下 阅读全文
posted @ 2019-09-02 14:21 ashaff 阅读(620) 评论(0) 推荐(0)
摘要:推荐慕课网视频:http://www.imooc.com/video/10055 另外,关于Storm并发度,已经整理到另一篇博客中,希望对读者有所帮助。 请参考:http://www.cnblogs.com/quchunhui/p/8271349.html Storm的起源。 Storm是开源的、 阅读全文
posted @ 2019-09-02 11:45 ashaff 阅读(233) 评论(0) 推荐(0)