steveloughran commented on issue #1857: HADOOP-16878. Copy command in FileUtil
to LOG at warn level if the source and destination is the same
URL: https://github.com/apache/hadoop/pull/1857#issuecomment-605994719
didn't build. Try a rebase and resubmit
Also: change PR and JIRA text n
steveloughran commented on issue #1857: HADOOP-16878. Copy command in FileUtil
to LOG at warn level if the source and destination is the same
URL: https://github.com/apache/hadoop/pull/1857#issuecomment-600200242
Have you an update for this?
steveloughran commented on issue #1857: HADOOP-16878. Copy command in FileUtil
to LOG at warn level if the source and destination is the same
URL: https://github.com/apache/hadoop/pull/1857#issuecomment-590909093
* findbugs is rejecting this as two different Path types are being referred.
steveloughran commented on issue #1857: HADOOP-16878. Copy command in FileUtil
to LOG at warn level if the source and destination is the same
URL: https://github.com/apache/hadoop/pull/1857#issuecomment-590427181
* Given how destructive this can be, make it an IOException
* after which,