ayushtkn commented on a change in pull request #2083:
URL: https://github.com/apache/hive/pull/2083#discussion_r605368286
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/DirCopyTask.java
##########
@@ -182,6 +191,12 @@ public int execute() {
Exception ex = new
SecurityException(ErrorMsg.REPL_RETRY_EXHAUSTED.format(e.getMessage()), e);
setException(ex);
return ReplUtils.handleException(true, ex, work.getDumpDirectory(),
work.getMetricCollector(), getName(), conf);
+ } finally {
+ String jobId = conf.get(ReplUtils.DISTCP_JOB_ID_CONF,
ReplUtils.DISTCP_JOB_ID_CONF_DEFAULT);
Review comment:
The DirCopyTask Completed itself, The result of DistCp will be part of
this param :
``+ "Result: {}",``
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]