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-hadoop-port-settings-for-services.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ author: hrasheed-msft
5
5
ms.author: hrasheed
6
6
ms.reviewer: jasonh
7
7
ms.service: hdinsight
8
-
ms.custom: hdinsightactive
9
8
ms.topic: conceptual
10
-
ms.date: 10/15/2019
9
+
ms.custom: hdinsightactive
10
+
ms.date: 04/06/2020
11
11
---
12
12
13
13
# Ports used by Apache Hadoop services on HDInsight
@@ -16,9 +16,9 @@ This document provides a list of the ports used by Apache Hadoop services runnin
16
16
17
17
## Public ports vs. non-public ports
18
18
19
-
Linux-based HDInsight clusters only expose three ports publicly on the internet; 22, 23, and 443. These ports are used to securely access the cluster using SSH and services exposed over the secure HTTPS protocol.
19
+
Linux-based HDInsight clusters only expose three ports publicly on the internet: 22, 23, and 443. These ports secure cluster access using SSH and services exposed over the secure HTTPS protocol.
20
20
21
-
Internally, HDInsight is implemented by several Azure Virtual Machines (the nodes within the cluster) running on an Azure Virtual Network. From within the virtual network, you can access ports not exposed over the internet. For example, if you connect to one of the head nodes using SSH, from the head node you can then directly access services running on the cluster nodes.
21
+
HDInsight is implemented by several Azure Virtual Machines (cluster nodes) running on an Azure Virtual Network. From within the virtual network, you can access ports not exposed over the internet. If you connect via SSH to the head node, you can directly access services running on the cluster nodes.
22
22
23
23
> [!IMPORTANT]
24
24
> If you do not specify an Azure Virtual Network as a configuration option for HDInsight, one is created automatically. However, you can't join other machines (such as other Azure Virtual Machines or your client development machine) to this virtual network.
@@ -27,7 +27,7 @@ To join additional machines to the virtual network, you must create the virtual
27
27
28
28
## Public ports
29
29
30
-
All the nodes in an HDInsight cluster are located in an Azure Virtual Network, and can't be directly accessed from the internet. A public gateway provides internet access to the following ports, which are common across all HDInsight cluster types.
30
+
All the nodes in an HDInsight cluster are located in an Azure Virtual Network. The nodes can't be directly accessed from the internet. A public gateway provides internet access to the following ports, which are common across all HDInsight cluster types.
31
31
32
32
| Service | Port | Protocol | Description |
33
33
| --- | --- | --- | --- |
@@ -44,7 +44,7 @@ The following are available for specific cluster types:
44
44
45
45
| Service | Port | Protocol | Cluster type | Description |
46
46
| --- | --- | --- | --- | --- |
47
-
| Stargate |443 |HTTPS |HBase |HBase REST API. See [Get started using Apache HBase](hbase/apache-hbase-tutorial-get-started-linux.md)|
47
+
|`Stargate`|443 |HTTPS |HBase |HBase REST API. See [Get started using Apache HBase](hbase/apache-hbase-tutorial-get-started-linux.md)|
48
48
| Livy |443 |HTTPS |Spark |Spark REST API. See [Submit Apache Spark jobs remotely using Apache Livy](spark/apache-spark-livy-rest-interface.md)|
49
49
| Spark Thrift server |443 |HTTPS |Spark |Spark Thrift server used to submit Hive queries. See [Use Beeline with Apache Hive on HDInsight](hadoop/apache-hadoop-use-hive-beeline.md)|
50
50
| Storm |443 |HTTPS |Storm |Storm web UI. See [Deploy and manage Apache Storm topologies on HDInsight](storm/apache-storm-deploy-monitor-topology-linux.md)|
@@ -84,7 +84,7 @@ Examples:
84
84
| --- | --- | --- | --- | --- |
85
85
| NameNode web UI |Head nodes |30070 |HTTPS |Web UI to view status |
86
86
| NameNode metadata service |head nodes |8020 |IPC |File system metadata |
87
-
| DataNode |All worker nodes |30075 |HTTPS |Web UI to view status, logs, etc. |
87
+
| DataNode |All worker nodes |30075 |HTTPS |Web UI to view status, logs, and so on. |
88
88
| DataNode |All worker nodes |30010 | |Data transfer |
0 commit comments