发布于 2015-06-05 01:01:24 | 184 次阅读 | 评论: 0 | 来源: 网友投递
Apache Storm 分布式实时计算系统
Apache Storm 的前身是 Twitter Storm 平台,目前已经归于 Apache 基金会管辖。Apache Storm 是一个免费开源的分布式实时计算系统。简化了流数据的可靠处理,像 Hadoop 一样实现实时批处理。Storm 很简单,可用于任意编程语言。Apache Storm 采用 Clojure 开发。
Apache Storm 0.9.5 发布,此版本是个维护版本,包括重要的 bug 修复,提升了系统的稳定性和容错能力。强烈建议大家升级到最新版本。
此版本的源代码和二进制包现已提供下载:http://storm.apache.org/downloads.html
更新日志:
STORM-790: Log "task is null" instead of letting worker die when task is null in transfer-fn
STORM-796: Add support for "error" command in ShellSpout
STORM-745: fix storm.cmd to evaluate 'shift' correctly with 'storm jar'
STORM-130: Supervisor getting killed due to java.io.FileNotFoundException: File '../stormconf.ser' does not exist.
Maven Central:
groupId: org.apache.storm
artifactId: storm-core
version: 0.9.5
Apache Storm 的前身是 Twitter Storm 平台,目前已经归于 Apache 基金会管辖。Apache Storm 是一个免费开源的分布式实时计算系统。简化了流数据的可靠处理,像 Hadoop 一样实现实时批处理。Storm 很简单,可用于任意编程语言。Apache Storm 采用 Clojure 开发。
目前已经有包括阿里百度在内的数家大型互联网公司在使用该平台。