feat(all): 移除b5集群

This commit is contained in:
v-zhangjc9
2024-10-14 14:32:43 +08:00
parent 73f7d3085a
commit 4d8238dd7f
14 changed files with 3 additions and 2093 deletions

View File

@@ -22,7 +22,6 @@ public class YarnClusters {
MapUtil.<String, Cluster>builder()
.put("a4", new Cluster("http://132.121.107.91:8088"))
.put("b1", new Cluster("http://132.122.98.13:8088"))
.put("b5", new Cluster("http://132.122.116.12:8088"))
.put("b12", new Cluster("http://132.126.207.125:8088"))
.build()
);