LiJie20190102 opened a new pull request, #13878: URL: https://github.com/apache/dolphinscheduler/pull/13878
…at the file cannot be found instead of NPE during task execution <!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request Throw an error message to tell the user that the file cannot be found instead of NPE during task execution. fix: https://github.com/apache/dolphinscheduler/issues/13596 ## Brief change log modify: org.apache.dolphinscheduler.service.process.ProcessServiceImpl#updateTaskDefinitionResources modify: org.apache.dolphinscheduler.service.process.ProcessServiceImpl#updateResourceInfo ## Verify this pull request <!--*(Please pick either of the following options)*--> This pull request is code cleanup without any test coverage. *(or)* This pull request is already covered by existing tests, such as *(please describe tests)*. (or) This change added tests and can be verified as follows: if contains mainJar field:  if contains resourceList information:  (or) If your pull request contain incompatible change, you should also add it to `docs/docs/en/guide/upgrede/incompatible.md` -- 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]
