- 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.
推薦閱讀
- Mastering Spring MVC 4
- 三維圖形化C++趣味編程
- 算法大爆炸:面試通關步步為營
- Python Geospatial Development(Second Edition)
- 64位匯編語言的編程藝術
- 人臉識別原理及算法:動態人臉識別系統研究
- Salesforce Reporting and Dashboards
- Building Machine Learning Systems with Python(Second Edition)
- Visual Studio 2015高級編程(第6版)
- Go語言開發實戰(慕課版)
- Kotlin Programming By Example
- Java 9 Programming By Example
- Python 3快速入門與實戰
- iOS Development with Xamarin Cookbook
- WCF全面解析