- Mastering Apache Storm
- Ankit Jain
- 76字
- 2021-07-02 20:32:29
Deactivate
Storm supports the deactivating a topology. In the deactivated state, spouts will not emit any new tuples into the pipeline, but the processing of the already emitted tuples will continue. The following is the command to deactivate the running topology:
$> bin/storm deactivate topologyName
Deactivate SampleStormClusterTopology using the following command:
bin/storm deactivate SampleStormClusterTopology
The following information is displayed:
0 [main] INFO backtype.storm.thrift - Connecting to Nimbus at localhost:6627 76 [main] INFO backtype.storm.command.deactivate - Deactivated topology: SampleStormClusterTopology
推薦閱讀
- UI設計基礎培訓教程
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Apache Hive Essentials
- SQL語言從入門到精通
- 深入淺出RxJS
- Apache Spark 2.x for Java Developers
- Getting Started with Hazelcast(Second Edition)
- 區塊鏈技術進階與實戰(第2版)
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- 從零開始學Android開發
- Vue.js光速入門及企業項目開發實戰
- Clojure Polymorphism
- C語言程序設計實踐
- Visual Basic語言程序設計基礎(第3版)
- 視窗軟件設計和開發自動化:可視化D++語言