steveloughran commented on a change in pull request #974: HDFS-9913.DispCp
doesn't use Trash with -delete option
URL: https://github.com/apache/hadoop/pull/974#discussion_r302509776
##########
File path:
hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/contract/AbstractContractDistCpTest.java
##########
@@ -322,6 +335,75 @@ private Job distCpUpdate(final Path srcDir, final Path
destDir)
.withOverwrite(false)));
}
+ /**
+ * Do a distcp -update -delete -useTrash.
+ * @param destDir output directory used by the initial distcp
+ * @return the distcp job
+ */
+
Review comment:
nit. cut this empty line
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]