- Mastering Apache Storm
- Ankit Jain
- 125字
- 2021-07-02 20:32:27
Operation modes in Storm
Operation modes indicate how the topology is deployed in Storm. Storm supports two types of operation modes to execute the Storm topology:
- Local mode: In local mode, Storm topologies run on the local machine in a single JVM. This mode simulates a Storm cluster in a single JVM and is used for the testing and debugging of a topology.
- Remote mode: In remote mode, we will use the Storm client to submit the topology to the master along with all the necessary code required to execute the topology. Nimbus will then take care of distributing your code.
In the next chapter, we are going to cover both local and remote mode in more detail, along with a sample example.
推薦閱讀
- Advanced Splunk
- Mastering Adobe Captivate 2017(Fourth Edition)
- ASP.NET Core Essentials
- C語言程序設計案例精粹
- Scratch3.0趣味編程動手玩:比賽訓練營
- Fast Data Processing with Spark(Second Edition)
- FFmpeg開發實戰:從零基礎到短視頻上線
- Unity 5.X從入門到精通
- Machine Learning for OpenCV
- SQL Server 2008實用教程(第3版)
- Elasticsearch搜索引擎構建入門與實戰
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- JBoss AS 7 Development
- C語言從入門到精通(第5版)
- Python GUI設計tkinter菜鳥編程(增強版)