-
Notifications
You must be signed in to change notification settings - Fork 522
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
feat(core): adopt WebHDFS LISTSTATUS_BATCH for better performance #2499
feat(core): adopt WebHDFS LISTSTATUS_BATCH for better performance #2499
Conversation
a9ac40e
to
3f044d6
Compare
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.
Thanks a lot!
BTW, same dilemma on whether to use |
Feel free to ask for help. I am willing to answer any questions you may have! |
Description
Background
Use the WebHDFS Iteratively_List_a_Directory API in WebHDFS as the default listing behavior, and fallback to One-time Listing API if the server doesn't support batch listing.