dailidong commented on issue #6034:
URL: 
https://github.com/apache/dolphinscheduler/issues/6034#issuecomment-905693770


   The principle of judging whether the task is successful or not:
   1. the shell task exit code, and code equals 0 means it exits successfully
   2. If this task is running on the yarn, DS will also try to get the final 
status of this yarn application through the yarn rest API which was been 
configured in the conf/common.properties ``
   
   you also can check the worker server runtime log, maybe some exceptions 
throw out in the log  
   


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


Reply via email to