From b69512f728f848ac3ec681471b5cdbfe2c1ae9fe Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Wed, 10 Jan 2024 16:13:36 +0800 Subject: [PATCH] =?UTF-8?q?refactor(cli):=20=E8=B0=83=E6=95=B4executor=20m?= =?UTF-8?q?anager=E9=83=A8=E7=BD=B2=E5=89=AF=E6=9C=AC=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service-cli-runner/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4bc511a..acdd572 100644 --- a/service-cli/service-cli-runner/src/main/resources/application.yml +++ b/service-cli/service-cli-runner/src/main/resources/application.yml @@ -141,7 +141,7 @@ deploy: replicas: 5 - name: service-executor-manager source-jar: service-executor-manager-1.0.0-SNAPSHOT.jar - replicas: 1 + replicas: 5 environments: connector_hadoop_kerberos-principal: ${deploy.runtime.user}/$\{hostname}.hdp.dc@ECLD.COM connector_hadoop_kerberos-keytab-path: ${deploy.runtime.kerberos-keytab-path}