Skip to content

Commit 4cbd6b5

Browse files
authored
Removed Storm contents
Removed Storm contents
1 parent d8a5485 commit 4cbd6b5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/hdinsight/hdinsight-virtual-network-architecture.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure HDInsight virtual network architecture
33
description: Learn the resources available when you create an HDInsight cluster in an Azure Virtual Network.
44
ms.service: hdinsight
55
ms.topic: conceptual
6-
ms.date: 04/01/2022
6+
ms.date: 11/17/2022
77
---
88

99
# Azure HDInsight virtual network architecture
@@ -16,12 +16,9 @@ Azure HDInsight clusters have different types of virtual machines, or nodes. Eac
1616

1717
| Type | Description |
1818
| --- | --- |
19-
| Head node | For all cluster types except Apache Storm, the head nodes host the processes that manage execution of the distributed application. The head node is also the node that you can SSH into and execute applications that are then coordinated to run across the cluster resources. The number of head nodes is fixed at two for all cluster types. |
2019
| ZooKeeper node | Zookeeper coordinates tasks between the nodes that are doing data processing. It also does leader election of the head node, and keeps track of which head node is running a specific master service. The number of ZooKeeper nodes is fixed at three. |
2120
| Worker node | Represents the nodes that support data processing functionality. Worker nodes can be added or removed from the cluster to scale computing capability and manage costs. |
2221
| Region node | For the HBase cluster type, the region node (also referred to as a Data Node) runs the Region Server. Region Servers serve and manage a portion of the data managed by HBase. Region nodes can be added or removed from the cluster to scale computing capability and manage costs.|
23-
| Nimbus node | For the Storm cluster type, the Nimbus node provides functionality similar to the Head node. The Nimbus node assigns tasks to other nodes in a cluster through Zookeeper, which coordinates the running of Storm topologies. |
24-
| Supervisor node | For the Storm cluster type, the supervisor node executes the instructions provided by the Nimbus node to do the processing. |
2522

2623
## Resource naming conventions
2724

0 commit comments

Comments
 (0)