feature(yarn-query): 优化 yarn-query 为集群共享查询
原本一个 yarn-query 对应一个集群,集群多了之后,比较浪费,改为一个组件可以查询任意集群的信息,减少部署的复杂性
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user