sv2000 commented on a change in pull request #3089:
URL: https://github.com/apache/incubator-gobblin/pull/3089#discussion_r475841998



##########
File path: 
gobblin-runtime/src/main/java/org/apache/gobblin/runtime/mapreduce/MRTask.java
##########
@@ -116,7 +116,8 @@ public void run() {
       } else {
         this.eventSubmitter.submit(Events.MR_JOB_FAILED, Events.JOB_URL, 
job.getTrackingURL());
         this.onMRTaskComplete (false,
-            new IOException(String.format("MR Job:%s is not successful", 
job.getTrackingURL())));
+            new IOException(String.format("MR Job:%s is not successful, 
failure info: %s",

Review comment:
       Possible NPE if job.getStatus returns null?




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