Update Storm核心概念详解.md

This commit is contained in:
heibaiying 2020-01-20 11:10:54 +08:00 committed by GitHub
parent d7f6ac2fa7
commit ac7e59ce87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
### 1.1 Topologies拓扑 ### 1.1 Topologies拓扑
一个完整的 Storm 流处理程序被称为 Storm topology(拓扑)。它是一个是由 `Spouts``Bolts` 通过 `Stream` 连接起来的有向无环图Storm 会保持每个提交到集群的 topology 持续地运行,从而处理源源不断的数据流,直到你将主动杀死 (kill) 为止。 一个完整的 Storm 流处理程序被称为 Storm topology(拓扑)。它是一个是由 `Spouts``Bolts` 通过 `Stream` 连接起来的有向无环图Storm 会保持每个提交到集群的 topology 持续地运行,从而处理源源不断的数据流,直到你将主动杀死 (kill) 为止。
### 1.2 Streams ### 1.2 Streams