simsicon commented on issue #11236: URL: https://github.com/apache/dolphinscheduler/issues/11236#issuecomment-1260363621
> I am experiencing the same issue with 3.0.0, it seems this line is not able to read the env properly, I have tested it has nothing to do with the env settings. `https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-task-plugin/dolphinscheduler-task-datax/src/main/java/org/apache/dolphinscheduler/plugin/task/datax/DataxTask.java#L96` > > By the way, 3.0.0 docker image does not contain python2 by default, I think it's also an issue? @kezhenxu94 > > <img alt="image" width="1042" src="https://user-images.githubusercontent.com/15833811/188648449-628caaeb-a3ff-4ba1-862b-4a0e06cb63dd.png"> > > the root cause is `source: not found`, if `source` command can't execute normally, the env file will not work `source` is not available in `/bin/sh`, it's replacement in `/bin/sh` is `.`, I think you can either use `/bin/bash` instead of `/bin/sh` or use `.` -- 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]
