feat(all): 补充b9集群配置
This commit is contained in:
@@ -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()
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user