分布式实时计算,Apache Storm 0.9.5 发布
Apache Storm 是一个免费开源的分布式实时计算系统。简化了流数据的可靠处理,像 Hadoop 一样实现实时批处理。Storm 很简单,可用于任意编程语言。Apache Storm 采用 Clojure 开发。
Storm 有很多应用场景,包括实时数据分析、联机学习、持续计算、分布式 RPC、ETL 等。Storm 速度非常快,一个测试在单节点上实现每秒一百万的组处理。
目前已经有包括阿里百度在内的数家大型互联网公司在使用该平台。
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 的前身是 推ter Storm 平台,目前已经归于 Apache 基金会管辖。