Parquet is a columnar storage format that supports nested data; this provides the Java implementation for Hadoop integration.
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-hadoop</artifactId>
<version>1.17.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Reads a Parquet file using Hadoop Path.
No known issues recorded.
No dependency data recorded yet.