fix(executor-manager): 日志改为动态配置

This commit is contained in:
v-zhangjc9
2024-05-17 18:05:01 +08:00
parent f398b8cdc3
commit fd9f97d03b
4 changed files with 13 additions and 1 deletions

View File

@@ -164,6 +164,7 @@ deploy:
"[connector.hadoop.kerberos-principal]": ${deploy.runtime.user}/$\{hostname}.hdp.dc@ECLD.COM
"[connector.hadoop.kerberos-keytab-path]": ${deploy.runtime.kerberos-keytab-path}
arguments:
"[executor.loki-push-url]": ${deploy.runtime.loki.hudi-push-url}
"[executor.task-jar-path]": ${deploy.runtime.executor.task-jar-path}
"[executor.task-result-path]": ${deploy.runtime.executor.task-result-path}
service-web: