ayushtkn commented on a change in pull request #2043:
URL: https://github.com/apache/hive/pull/2043#discussion_r600591368



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/DirCopyTask.java
##########
@@ -203,4 +213,87 @@ public String getName() {
   public boolean canExecuteInParallel() {
     return true;
   }
+
+  void copyUsingDistCpSnapshots(Path sourcePath, Path targetPath,

Review comment:
       This is little tough, `FileUtils` is in hive-common and we are in 
hive-exec, I have dependency on `SnapshotUtils` and `SnapshotUtils` have 
dependency on hive-exec methods from replication. So can't move `SnapshotUtils`
   Will it be ok if I move it to `SnapshotUtils`?




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

Reply via email to