gaoyu2016 opened a new issue #3569:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3569
使用调度:
java -jar ds-sqoop.jar --spring.profiles.active=test
--jobs.active=TaskRunnerJob 361
报错信息:
2020-08-21 11:11:18 [INFO] [main] [com.fenbi.ds.sqoop.service.CmdLineRunner]
commands:cd /home/shared/ds-sqoop/tmp; sqoop --options-file
/home/shared/ds-sqoop/config/pipe_sqoop_task_config >
/home/shared/ds-sqoop/log/sqoop/pipe_sqoop_task_log 2>&1
**2020-08-21 11:11:18 [INFO] [main]
[com.fenbi.ds.sqoop.service.CmdLineRunner] exit before timeout, exit value:127**
但是:
直接执行jar包,不会中途退出。
2020-08-21 14:38:10 [INFO] [main] [com.fenbi.ds.sqoop.service.CmdLineRunner]
cmd:sqoop --options-file /home/shared/ds-sqoop/config/pipe_sqoop_task_config
2020-08-21 14:38:10 [INFO] [main] [com.fenbi.ds.sqoop.service.CmdLineRunner]
commands:cd /home/shared/ds-sqoop/tmp; sqoop --options-file
/home/shared/ds-sqoop/config/pipe_sqoop_task_config >
/home/shared/ds-sqoop/log/sqoop/pipe_sqoop_task_log 2>&1
**2020-08-21 14:41:00 [INFO] [main]
[com.fenbi.ds.sqoop.service.CmdLineRunner] exit before timeout, exit value:0**
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]