zhouyun0242 commented on issue #15519:
URL:
https://github.com/apache/dolphinscheduler/issues/15519#issuecomment-1907217367
I personally suspect that the reason is due to compatibility issues with the
following datax runtime statements generated by dolphinscheduler3.2.0:
`${PYTHON_LAUNCHER} ${DATAX_LAUNCHER} --jvm="-Xms1G -Xmx1G" -p
"-Dsystem.task.definition.name='datax-test' -Dsystem.project.name='null'
-Dsystem.biz.curdate='20240122' -Dsystem.task.instance.id='1'
-DStartParams='{"biz_start_time":"2024-01-03 18:56","biz_end_time":"2024-01-03
18:57"}' -Dsystem.task.definition.code='12350595021984'
-Dsystem.datetime='20240122183205' -Dbiz_end_time='2024-01-03 18:57'
-Dbiz_start_time='2024-01-03 18:56' -Dsystem.project.code='12350591796128'
-Dsystem.workflow.instance.id='1' -Dsystem.biz.date='20240121'
-Dsystem.workflow.definition.name='test工作流'
-Dsystem.workflow.definition.code='12350605116448'"
/tmp/dolphinscheduler/exec/process/default/12350591796128/12350605116448_2/1/1/1_1_job.json`
After testing, removing the parameter - DStartParams={"biz_starttime":
"2024-01-03 18:56", "biz_end_time": "2024-01-03 18:57"} ', datax can run
successfully. Is it possible that datax does not support parameter values for
JSON strings?
--
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]