SbloodyS commented on code in PR #13317: URL: https://github.com/apache/dolphinscheduler/pull/13317#discussion_r1061165293
########## 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: I dont't think it's a good idea to set this default execution since it may cause exceptions to EMR cluster environment variables. Such as AWS EMR. -- 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]
