gaoyu2016 commented on issue #3569:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/3569#issuecomment-678954115


   I set absolute path for ds-sqoop.jar
   test -d /home/shared/ds-sqoop || mkdir -p /home/shared/ds-sqoop
   test -d /home/shared/ds-sqoop/log/sqoop || mkdir -p 
/home/shared/ds-sqoop/log/sqoop
   test -d /home/shared/ds-sqoop/config || mkdir -p /home/shared/ds-sqoop/config
   test -d /home/shared/ds-sqoop/tmp || mkdir -p /home/shared/ds-sqoop/tmp
   **java -jar /home/maintain/gaobaoyuan/ds-sqoop.jar 
--spring.profiles.active=test --jobs.active=TaskRunnerJob 361**
   
![image](https://user-images.githubusercontent.com/29685418/91015000-01641e00-e61d-11ea-9024-f92c3cccdb5f.png)
   
   but:
   2020-08-24 15:14:11 [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-24 15:14:11 [INFO] [main] 
[com.fenbi.ds.sqoop.service.CmdLineRunner] exit before timeout, exit value:127**
   仍然有问题exit before timeout, exit value:127


----------------------------------------------------------------
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]


Reply via email to