随笔分类 -  storm

摘要:Trident 是一个基于Storm构建的上层的Micro-Batching系统,它简化了Storm的拓扑构建过程并且提供了类似于窗口、聚合以及状态管理等等没有被Storm原生支持的功能 阅读全文
posted @ 2018-11-30 23:14 uuhh 阅读(385) 评论(0) 推荐(0)
摘要:/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding... 阅读全文
posted @ 2018-07-05 23:04 uuhh 阅读(292) 评论(0) 推荐(0)
摘要:一、环境要求JDK 1.6+java -versionPython 2.6.6+python -V ZooKeeper3.4.5+storm 0.9.4+ 二、单机模式上传解压$ tar xf apache-storm-0.9.4.tar.gz $ cd apache-storm-0.9.4 $ s 阅读全文
posted @ 2018-07-05 16:46 uuhh 阅读(211) 评论(0) 推荐(0)