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

Benchmark Vectored IO support for scio-parquet/scio-smb #5430

Open
clairemcginty opened this issue Jul 15, 2024 · 1 comment
Open

Benchmark Vectored IO support for scio-parquet/scio-smb #5430

clairemcginty opened this issue Jul 15, 2024 · 1 comment
Labels
blocked Blocked by upstream parquet

Comments

@clairemcginty
Copy link
Contributor

Hadoop now supports a vectored read API optimized for seek() heavy workloads; to use it, your file system must implement a new method readVectored in its positional stream class. Parquet 1.14+ supports vectored IO via the parquet.hadoop.vectored.io.enabled configuration option, and gcs-connector implements readVectored for GCS file streams in 3.0.1+.

Currently we're blocked from upgrading to gcs-connector 3.x until Beam does (I ran into a NoSuchMethodError on the Beam side when I tried just upgrading Scio). once Beam is released with gcs-connector we should benchmark vectored IO, particularly on Parquet SMB reads.

@clairemcginty
Copy link
Contributor Author

clairemcginty commented Jul 16, 2024

Another note, gcs-connector 3.x drops Java 8 support , so we're blocked on #5067. Additionally, it has some breaking API changes, so we need Beam to upgrade first: apache/beam#31896

@clairemcginty clairemcginty added the blocked Blocked by upstream label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked by upstream parquet
Projects
None yet
Development

No branches or pull requests

1 participant