github-actions[bot] commented on issue #15065: URL: https://github.com/apache/dolphinscheduler/issues/15065#issuecomment-1774790420
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 运行dataX报错 [INFO] 2023-10-23 15:54:38.574 +0800 - Set taskVarPool: null successfully [INFO] 2023-10-23 15:54:38.574 +0800 - *********************************************************************************************** [INFO] 2023-10-23 15:54:38.574 +0800 - ********************************* Execute task instance ************************************* [INFO] 2023-10-23 15:54:38.574 +0800 - *********************************************************************************************** [INFO] 2023-10-23 15:54:38.575 +0800 - Final Shell file is : #!/bin/bash BASEDIR=$(cd `dirname $0`; pwd) cd $BASEDIR ${PYTHON_LAUNCHER} ${DATAX_LAUNCHER} --jvm="-Xms1G -Xmx1G" -p "-Dschedule_timezone='Asia/Shanghai' -Dsystem.task.definition.name='sp1_ods_mes_bianYuan_data_hi' -Dsystem.project.name='null' -Dsystem.project.code='9263644055840' -Dsystem.workflow.instance.id='21262' -Dsystem.biz.curdate='20231023' -Dsystem.biz.date='20231022' -Dsystem.task.instance.id='326795' -Dsystem.workflow.definition.name='mes_gas_exhaustion' -Dsystem.task.definition.code='9672418489122' -Dsystem.workflow.definition.code='9672418489125' -Dsystem.datetime='20231023155438'" /tmp/dolphinscheduler/exec/process/default/9263644055840/9672418489125_7/21262/326795/21262_326795_job.json [INFO] 2023-10-23 15:54:38.576 +0800 - Executing shell command : sudo -u dolphinscheduler -i /tmp/dolphinscheduler/exec/process/default/9263644055840/9672418489125_7/21262/326795/21262_326795.sh [INFO] 2023-10-23 15:54:38.579 +0800 - process start, process id is: 70912 [INFO] 2023-10-23 15:54:39.579 +0800 - -> /tmp/dolphinscheduler/exec/process/default/9263644055840/9672418489125_7/21262/326795/21262_326795.sh: line 4: --jvm=-Xms1G -Xmx1G: command not found ### What you expected to happen 3.2.0版本运行dataX组件,使用了两个变量?${PYTHON_LAUNCHER} ${DATAX_LAUNCHER} PYTHON_LAUNCHER和 3.1.X 版本的PYTHON_HOME 有区别吗 ### How to reproduce upgrade 3.2.0 ### Anything else _No response_ ### Version 3.2.x ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
