feat(cli): 移除关于配置分发的内容

PipelineOptions.CLASSPATHS 这个参数并不能方便地分发 hadoop 配置
This commit is contained in:
2024-02-27 16:55:21 +08:00
parent 871b01522a
commit 3e3dd09d52
5 changed files with 7 additions and 61 deletions

View File

@@ -28,8 +28,6 @@ deploy:
- "service-hudi-launcher"
source-jar: service-launcher-runner-b2b1-1.0.0-SNAPSHOT.jar
replicas: 6
classpath:
- ${deploy.runtime.conf-path}/b2b1
environments:
connector_hadoop_kerberos-principal: ${deploy.runtime.user}/$\{hostname}.hdp.dc@ECLD.COM
connector_hadoop_kerberos-keytab-path: ${deploy.runtime.kerberos-keytab-path}
@@ -51,8 +49,6 @@ deploy:
- "service-hudi-launcher"
source-jar: service-launcher-runner-b2b5-1.0.0-SNAPSHOT.jar
replicas: 6
classpath:
- ${deploy.runtime.conf-path}/b2b5
environments:
connector_hadoop_kerberos-principal: ${deploy.runtime.user}/$\{hostname}.hdp.dc@ECLD.COM
connector_hadoop_kerberos-keytab-path: ${deploy.runtime.kerberos-keytab-path}
@@ -74,8 +70,6 @@ deploy:
- "service-hudi-launcher"
source-jar: service-launcher-runner-b2a4-1.0.0-SNAPSHOT.jar
replicas: 6
classpath:
- ${deploy.runtime.conf-path}/b2a4
environments:
connector_hadoop_kerberos-principal: ${deploy.runtime.user}/$\{hostname}.hdp.dc@ECLD.COM
connector_hadoop_kerberos-keytab-path: ${deploy.runtime.kerberos-keytab-path}
@@ -97,8 +91,6 @@ deploy:
- "service-hudi-launcher"
source-jar: service-launcher-runner-b2b12-1.0.0-SNAPSHOT.jar
replicas: 6
classpath:
- ${deploy.runtime.conf-path}/b2b12
environments:
connector_hadoop_kerberos-principal: ${deploy.runtime.user}/$\{hostname}.hdp.dc@ECLD.COM
connector_hadoop_kerberos-keytab-path: ${deploy.runtime.kerberos-keytab-path}
@@ -162,8 +154,6 @@ deploy:
- "service"
source-jar: service-executor-manager-1.0.0-SNAPSHOT.jar
replicas: 5
classpath:
- ${deploy.runtime.conf-path}/b2b12
environments:
connector_hadoop_kerberos-principal: ${deploy.runtime.user}/$\{hostname}.hdp.dc@ECLD.COM
connector_hadoop_kerberos-keytab-path: ${deploy.runtime.kerberos-keytab-path}