Skip to content

Commit 8401e38

Browse files
access port from local
1 parent b84b446 commit 8401e38

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

cmd.txt

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
. Hadoop NameNode Web UI
2+
用于查看HDFS的状态和管理HDFS。
3+
4+
默认端口:9870
5+
访问URL:http://localhost:9870
6+
7+
8+
2. YARN ResourceManager Web UI
9+
用于查看YARN的状态和管理YARN应用程序。
10+
11+
默认端口:8088
12+
访问URL:http://localhost:8088
13+
14+
15+
3. Hadoop DataNode Web UI
16+
用于查看DataNode的状态。
17+
18+
默认端口:9864
19+
访问URL:http://localhost:9864
20+
21+
22+
4. YARN NodeManager Web UI
23+
用于查看NodeManager的状态。
24+
25+
默认端口:8042
26+
访问URL:http://localhost:8042
27+
28+
29+
5. SecondaryNameNode Web UI
30+
用于查看SecondaryNameNode的状态。
31+
32+
默认端口:9868
33+
访问URL:http://localhost:9868

0 commit comments

Comments
 (0)