From 708c29cf2ec66598e58cf893cccbb2387745e551 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Thu, 29 Feb 2024 18:50:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(cli):=20=E4=BF=AE=E5=A4=8Db9=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=90=8D=E7=A7=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service-cli-runner/src/main/resources/application.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/service-cli/service-cli-runner/src/main/resources/application.yml b/service-cli/service-cli-runner/src/main/resources/application.yml index 90e10fd..08047f9 100644 --- a/service-cli/service-cli-runner/src/main/resources/application.yml +++ b/service-cli/service-cli-runner/src/main/resources/application.yml @@ -100,22 +100,21 @@ deploy: connector_cluster_sync-queue-name: sync-queue-b12 connector_cluster_compaction-queue-name: compaction-queue-b12 connector_zookeeper_connect-url: ${deploy.runtime.connector-zk-url} - service-launcher-runner-b9: + service-launcher-b9: groups: - "service" - "service-hudi" - "service-hudi-launcher" - source-jar: service-launcher-runner-b9b9-1.0.0-SNAPSHOT.jar + source-jar: service-launcher-b9b9-1.0.0-SNAPSHOT.jar replicas: 6 environments: connector_hadoop_kerberos-principal: ${deploy.runtime.user}/$\{hostname}.hdp.dc@ECLD.COM connector_hadoop_kerberos-keytab-path: ${deploy.runtime.kerberos-keytab-path} connector_hudi_app-hdfs-path: ${deploy.runtime.hudi.app-hdfs-path} - connector_hudi_archive-hdfs-path: ${deploy.runtime.hudi.archive-hdfs-path} connector_hudi_victoria-push-url: ${deploy.runtime.hudi.victoria-push-url} connector_hudi_loki-push-url: ${deploy.runtime.hudi.loki-push-url} arguments: - spring_application_name: service-launcher-runner-b9 + spring_application_name: service-launcher-b9 connector_cluster_cluster: b9 connector_cluster_sync-queue-name: sync-queue-b9 connector_cluster_compaction-queue-name: compaction-queue-b9