+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.
...