ruanwenjun commented on code in PR #13317: URL: https://github.com/apache/dolphinscheduler/pull/13317#discussion_r1061397616
########## dolphinscheduler-common/src/main/resources/common.properties: ########## @@ -124,4 +124,7 @@ ml.mlflow.preset_repository=https://github.com/apache/dolphinscheduler-mlflow ml.mlflow.preset_repository_version="main" # way to collect applicationId: log(original regex match), aop -appId.collect: log \ No newline at end of file +appId.collect: log + +# The default env list will be load by Shell task +shell.env_source_list=/etc/profile,~/.bash_profile Review Comment: Ok, I got, I remove the default value and add comment. ########## dolphinscheduler-common/src/main/resources/common.properties: ########## @@ -124,4 +124,7 @@ ml.mlflow.preset_repository=https://github.com/apache/dolphinscheduler-mlflow ml.mlflow.preset_repository_version="main" # way to collect applicationId: log(original regex match), aop -appId.collect: log \ No newline at end of file +appId.collect: log + +# The default env list will be load by Shell task +shell.env_source_list=/etc/profile,~/.bash_profile Review Comment: Ok, I got you, I remove the default value and add comment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
