-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Use Hadoop FileSystem.openFile() to open files #3078
Labels
Comments
steveloughran
added a commit
to steveloughran/parquet-mr
that referenced
this issue
Nov 26, 2024
* Open files with FileSystem.openFile(), passing in file status * And read policy of "parquet, vector, random, adaptive" Addresses apacheGH-3078
steveloughran
added a commit
to steveloughran/parquet-mr
that referenced
this issue
Nov 26, 2024
* Open files with FileSystem.openFile(), passing in file status * And read policy of "parquet, vector, random, adaptive"
steveloughran
added a commit
to steveloughran/parquet-mr
that referenced
this issue
Nov 27, 2024
* Open files with FileSystem.openFile(), passing in file status * And read policy of "parquet, vector, random, adaptive"
steveloughran
added a commit
to steveloughran/parquet-mr
that referenced
this issue
Dec 3, 2024
The builder API is a real PITA to mock, even though it works great in application code. Uses the o.a.h.fs.impl implementation, and I've created HADOOP-19355. Mark FutureDataInputStreamBuilderImpl as VisibleForTesting to make it clear that this is allowed.
gszadovszky
pushed a commit
that referenced
this issue
Dec 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
Use the hadoop
openFile()
builder API to open a file, passing downComponent(s)
Core
The text was updated successfully, but these errors were encountered: