Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.11.0
-
None
-
None
Description
Some of our code parts are using commons-lang without declaring direct dependency on it. It comes as a transitive dependency from Hadoop. From Hadoop 3.3 they migrated from commons-lang to commons-lang3 which fails the build if parquet-mr is built against it.
We shall either properly declare our direct dependency to commons-lang (or with also migrating to commons-lang3) or refactor the code to not use commons-lang at all.
Attachments
Issue Links
- is related to
-
HADOOP-17008 Release Hadoop 3.3.0
- Resolved