-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-14869 Copy renamed files which are not excluded anymore by filter #1530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not know enough about distCp to be safe to review this.
I've had a quick glance at the diff and suggested changes to the test based on what I like to see in tests, but someone else is going to need to have to look at the core algorithm.
Sorry
hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/TestDistCpSync.java
Outdated
Show resolved
Hide resolved
hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/TestDistCpSync.java
Outdated
Show resolved
Hide resolved
hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/TestDistCpSync.java
Outdated
Show resolved
Hide resolved
hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/TestDistCpSync.java
Outdated
Show resolved
Hide resolved
hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/DistCpSync.java
Outdated
Show resolved
Hide resolved
hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/DistCpSync.java
Show resolved
Hide resolved
hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/DistCpSync.java
Show resolved
Hide resolved
Thanks @aasha for working on this. The changes overall look good to me. I have one comment. |
/retest |
LGTM, we just need yetus to see it. can you do a rebase + force push to see if that works? |
@steveloughran , even an empty commit seems to not trigger yetus. Any other way to trigger this? |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@aasha , can you please address the checkstyle issues? |
🎊 +1 overall
This message was automatically generated. |
…ore by filter (apache#1530) (cherry picked from commit fccccc9) Change-Id: I6acd2358f438849311c2e31e489bfdb5447fbefc
No description provided.