提交 9ac5eeeb 编写于 作者: E Eric Tschetter

1) Fix NPE in DeterminePartitionsJob when it fails

上级 ec2b906f
...@@ -146,7 +146,7 @@ public class DeterminePartitionsJob implements Jobby ...@@ -146,7 +146,7 @@ public class DeterminePartitionsJob implements Jobby
log.info("Job %s submitted, status available at: %s", groupByJob.getJobName(), groupByJob.getTrackingURL()); log.info("Job %s submitted, status available at: %s", groupByJob.getJobName(), groupByJob.getTrackingURL());
if(!groupByJob.waitForCompletion(true)) { if(!groupByJob.waitForCompletion(true)) {
log.error("Job failed: %s", groupByJob.getJobID().toString()); log.error("Job failed: %s", groupByJob.getJobID());
return false; return false;
} }
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册