Skip to content
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

Utilize hdfsRead when possible #6

Open
bbockelm opened this issue Jul 11, 2016 · 0 comments
Open

Utilize hdfsRead when possible #6

bbockelm opened this issue Jul 11, 2016 · 0 comments

Comments

@bbockelm
Copy link
Collaborator

hdfsRead has a few pipelining- and readahead-related improvements over hdfsPread. However, it can only be used when the remote client is streaming the file (no skips).

However, that should be easy to detect - use hdfsRead until a non-contiguous read is detected, then switch to hdfsPread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant