- Mastering Apache Storm
- Ankit Jain
- 94字
- 2021-07-02 20:32:29
Kill
Storm topologies are never-ending processes. To stop a topology, we need to kill it. When killed, the topology first enters into the deactivation state, processes all the tuples already emitted into it, and then stops. Run the following command to kill SampleStormClusterTopology:
$> bin/storm kill SampleStormClusterTopology
The following information is displayed:
0 [main] INFO backtype.storm.thrift - Connecting to Nimbus at localhost:6627 80 [main] INFO backtype.storm.command.kill-topology - Killed topology: SampleStormClusterTopology
Now, run the jps command again to see the remaining JVM processes as follows:
jps
The preceding command's output is:
26530 supervisor 27193 Jps 26468 nimbus
推薦閱讀
- 從零開始:數字圖像處理的編程基礎與應用
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Mastering ServiceStack
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- Unity 5.x By Example
- JavaScript 程序設計案例教程
- 精通Linux(第2版)
- 程序設計基礎教程:C語言
- Android系統級深入開發
- C# and .NET Core Test Driven Development
- Beginning C++ Game Programming
- Oracle實用教程
- Fastdata Processing with Spark
- SwiftUI極簡開發
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)