Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.13.0
-
None
Description
Parquet still builds against Hadoop 2.10. This is very out of date and does not work with java 11, let alone later releases.
Upgrading the dependency to Hadoop 3.2.0 makes the release compatible with java 11, and lines up with active work on HADOOP-18287, Provide a shim library for modern FS APIs
This will significantly speed up access to columnar data, especially in cloud stores.
Attachments
Issue Links
- relates to
-
HADOOP-18287 Provide a shim library for modern FS APIs
- Open
-
PARQUET-2165 remove deprecated PathGlobPattern and DeprecatedFieldProjectionFilter to compile on hadoop 3.2+
- Open
-
HADOOP-12436 GlobPattern regex library has performance issues with wildcard characters
- Resolved