feat(all): 补充b9集群配置

This commit is contained in:
2024-02-29 18:30:43 +08:00
parent 54f2738b2e
commit e9aa11a15d
6 changed files with 42 additions and 13 deletions

View File

@@ -22,10 +22,9 @@ 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("b4", new Cluster("http://132.122.112.30:8088"))
.put("b5", new Cluster("http://132.122.116.12:8088"))
.put("t5", new Cluster("http://132.121.126.84:8088"))
.put("b12", new Cluster("http://132.126.207.125:8088"))
.put("b9", new Cluster("http://132.126.207.32:8088"))
.build()
);