feature(yarn-query): 优化 yarn-query 为集群共享查询

原本一个 yarn-query 对应一个集群,集群多了之后,比较浪费,改为一个组件可以查询任意集群的信息,减少部署的复杂性
This commit is contained in:
2023-06-02 09:09:26 +08:00
parent 7768b427aa
commit cd676367c6
22 changed files with 112 additions and 491 deletions

View File

@@ -3,3 +3,10 @@ spring:
name: service-yarn-query
profiles:
include: random-port,common,eureka,metrics
yarn:
web-urls:
a4: http://132.121.107.91:8088
b1: http://132.122.98.13:8088
b4: http://132.122.112.30:8088
b5: http://132.122.116.12:8088
b5-sync: http://132.122.116.143:8088