mgsky1 commented on issue #6166: URL: https://github.com/apache/dolphinscheduler/issues/6166#issuecomment-916987125
> make sure PYTHON_HOME is config corrently, > you can just ssh to the worker and run python to test your script In `org.apache.dolphinscheduler.plugin.task.python. PythonTask `, there are no `buildCommand` method, but old version, like 1.3.x has it. This will make command null and then throw NullPointerException. -- 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]
