SbloodyS commented on code in PR #13317: URL: https://github.com/apache/dolphinscheduler/pull/13317#discussion_r1061345284
########## 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: This operation is unnecessary in common public cloud EMR. Such as AWS EMR, Alicloud EMR, TencentCloud EMR. So I think this should be commented out by default. -- 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]
