- Mastering Apache Storm
- Ankit Jain
- 87字
- 2021-07-02 20:32:32
Worker process
A Storm topology is executed across multiple supervisor nodes in the Storm cluster. Each of the nodes in the cluster can run one or more JVMs called worker processes, which are responsible for processing a part of the topology.
A worker process is specific to one of the specific topologies and can execute multiple components of that topology. If multiple topologies are being run at the same time, none of them will share any of the workers, thus providing some degree of isolation between topologies.
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- JavaScript前端開發模塊化教程
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- 青少年學Python(第1冊)
- Protocol-Oriented Programming with Swift
- 51單片機C語言開發教程
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Django 3.0入門與實踐
- Learning Nessus for Penetration Testing
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- 石墨烯改性塑料
- Hacking Android
- Hands-On Robotics Programming with C++
- WebStorm Essentials
- 企業級Java現代化:寫給開發者的云原生簡明指南