You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-virtual-network-architecture.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: hrasheed
6
6
ms.reviewer: jasonh
7
7
ms.service: hdinsight
8
8
ms.topic: conceptual
9
-
ms.date: 10/31/2019
9
+
ms.date: 04/14/2020
10
10
---
11
11
12
12
# Azure HDInsight virtual network architecture
@@ -25,11 +25,11 @@ Azure HDInsight clusters have different types of virtual machines, or nodes. Eac
25
25
| R Server edge node | The R Server edge node represents the node you can SSH into and execute applications that are then coordinated to run across the cluster resources. An edge node doesn't participate in data analysis within the cluster. This node also hosts R Studio Server, enabling you to run R application using a browser. |
26
26
| 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.|
27
27
| 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. |
28
-
| Supervisor node | For the Storm cluster type, the supervisor node executes the instructions provided by the Nimbus node to performing the desired processing. |
28
+
| Supervisor node | For the Storm cluster type, the supervisor node executes the instructions provided by the Nimbus node to do the processing. |
29
29
30
30
## Resource naming conventions
31
31
32
-
Please use Fully Qualified Domain Names (FQDNs) when addressing nodes in your cluster. You can get the FQDNs for various node types in your cluster using the [Ambari API](hdinsight-hadoop-manage-ambari-rest-api.md).
32
+
Use Fully Qualified Domain Names (FQDNs) when addressing nodes in your cluster. You can get the FQDNs for various node types in your cluster using the [Ambari API](hdinsight-hadoop-manage-ambari-rest-api.md).
33
33
34
34
These FQDNs will be of the form `<node-type-prefix><instance-number>-<abbreviated-clustername>.<unique-identifier>.cx.internal.cloudapp.net`.
35
35
@@ -43,9 +43,9 @@ The following diagram shows the placement of HDInsight nodes and network resourc
43
43
44
44

45
45
46
-
The default resources present when HDInsight is deployed into an Azure Virtual Network include the cluster node types mentioned in the previous table, as well as network devices that support communication between the virtual network and outside networks.
46
+
The default resources in an Azure Virtual Network include the cluster node types mentioned in the previous table. And network devices that support communication between the virtual network and outside networks.
47
47
48
-
The following table summarizes the nine cluster nodes that are created when HDInsight is deployed into a custom Azure Virtual Network.
48
+
The following table summarizes the nine cluster nodes created when HDInsight is deployed into a custom Azure Virtual Network.
49
49
50
50
| Resource type | Number present | Details |
51
51
| --- | --- | --- |
@@ -59,7 +59,7 @@ The following network resources present are automatically created inside the vir
59
59
| Networking resource | Number present | Details |
60
60
| --- | --- | --- |
61
61
|Load balancer | three ||
62
-
|Network Interfaces | nine | This value is based on a normal cluster, where each node has its own network interface. The nine interfaces are for the two head nodes, three zookeeper nodes, two worker nodes, and two gateway nodes mentioned in the previous table. |
62
+
|Network Interfaces | nine | This value is based on a normal cluster, where each node has its own network interface. The nine interfaces are for: two head nodes, three zookeeper nodes, two worker nodes, and two gateway nodes mentioned in the previous table. |
63
63
|Public IP Addresses | two ||
64
64
65
65
## Endpoints for connecting to HDInsight
@@ -68,7 +68,7 @@ You can access your HDInsight cluster in three ways:
68
68
69
69
- An HTTPS endpoint outside of the virtual network at `CLUSTERNAME.azurehdinsight.net`.
70
70
- An SSH endpoint for directly connecting to the headnode at `CLUSTERNAME-ssh.azurehdinsight.net`.
71
-
- An HTTPS endpoint within the virtual network `CLUSTERNAME-int.azurehdinsight.net`. Notice the "-int" in this URL. This endpoint will resolve to a private IP in that virtual network and isn't accessible from the public internet.
71
+
- An HTTPS endpoint within the virtual network `CLUSTERNAME-int.azurehdinsight.net`. Notice the "`-int`" in this URL. This endpoint will resolve to a private IP in that virtual network and isn't accessible from the public internet.
72
72
73
73
These three endpoints are each assigned a load balancer.
0 commit comments