- 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
推薦閱讀
- Learning Cython Programming(Second Edition)
- 解構產品經理:互聯網產品策劃入門寶典
- GraphQL學習指南
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Python數據可視化:基于Bokeh的可視化繪圖
- Python自動化運維快速入門(第2版)
- Python測試開發入門與實踐
- 樂高機器人設計技巧:EV3結構設計與編程指導
- Internet of Things with the Arduino Yún
- C++程序設計基礎教程
- Hands-On Automation Testing with Java for Beginners
- 智能手機故障檢測與維修從入門到精通
- Deep Learning with R Cookbook
- Nagios Core Administration Cookbook(Second Edition)
- ROS機器人編程實戰