In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
[TOC]
Parallelism of Storm Core Concepts
Work
1 worker process executes a subset of 1 topology (Note: there will not be 1 worker for multiple topology services). A worker process starts one or more executor threads to execute a topology (spout or bolt). Therefore, a running topology is made up of one or more worker processes on multiple (possibly one) physical machines in the cluster.
Executor
Executor is a separate thread that the worker process starts.
Each executor will only run 1 or more (spout or bolt) task of 1 topology (Note: task can be 1 or more, storm defaults to 1 (spout or bolt) only 1 task,executor thread will call all task instances sequentially in each loop).
Task
Task is the execution unit that ultimately runs the code in spout or bolt (Note: 1 task is an instance of spout or bolt, and the executor thread calls the nextTuple or execute method of that task during execution). After topology starts, the number of task of 1 (spout or bolt) is fixed, but the number of executor threads used by this (spout or bolt) can be dynamically adjusted (for example, 1 executor thread can execute one or more task instances of that (spout or bolt)). This means that there is a condition for 1 (spout or bolt): # threads "+ userId +"+ userId +"
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.