分布式實時計算,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 基金會管轄。