+2 votes
in Apache Storm by
What are Nodes?

1 Answer

0 votes
by

There are two types of nodes are there in Storm, they are, Master Node and Worker Node.

  1. The Master Node executes a daemon Nimbus which assigns tasks to machines and monitors their performances.
  2. The Worker Node runs the daemon called Supervisor which assigns the tasks to other worker node and operates them as per the need.

Related questions

0 votes
asked Jun 18, 2023 in Hadoop by Robindeniel
+3 votes
asked May 13, 2021 in JAVA by rajeshsharma
...