-
Notifications
You must be signed in to change notification settings - Fork 9.1k
YARN-7713. Add parallel copying of directories into FSDownload #2614
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
base: trunk
Are you sure you want to change the base?
Conversation
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
Please also see my latest comment on https://issues.apache.org/jira/browse/MAPREDUCE-6759 |
import java.util.concurrent.Callable; | ||
import java.util.concurrent.ExecutionException; | ||
import java.util.concurrent.Future; | ||
import java.util.*; |
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.
Should not use wildcard import.
For a report on performance and the solution implemented, please consult https://github.com/TheSlashEffect/ParallelFSDownloadReport