- 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
推薦閱讀
- 大學計算機基礎(第二版)
- Go Web編程
- Spring 5.0 By Example
- Learning SAP Analytics Cloud
- Bootstrap 4 Cookbook
- MySQL從入門到精通(軟件開發(fā)視頻大講堂)
- OpenResty完全開發(fā)指南:構建百萬級別并發(fā)的Web應用
- C語言程序設計簡明教程:Qt實戰(zhàn)
- Cocos2d-x Game Development Blueprints
- Natural Language Processing with Python Quick Start Guide
- 邊玩邊學Scratch3.0少兒趣味編程
- Java RESTful Web Service實戰(zhàn)
- Mastering ASP.NET Web API
- Magento 2 Developer's Guide
- Building Scalable Apps with Redis and Node.js