Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.3.0
-
None
-
Reviewed
-
hadoop-3.3.1
Description
Hadoop 3.3.1 replaced its dependency of javax.activation 1.2.0 with jakarta.activation 1.2.1.
They are essentially the same thing (they even have the same classpath name), but Eclipse took over JavaEE development and therefore changed group/artifact id. (https://stackoverflow.com/questions/46493613/what-is-the-replacement-for-javax-activation-package-in-java-9)
See HADOOP-17049 for more details. Hadoop 3.3.0 updated jackson-databind to 2.10 which shades jakarta.activation, causing classpath conflict.
The solution to this issue will be similar to HBASE-22268
Attachments
Issue Links
- relates to
-
HBASE-22268 Update shading for javax.activation
- Resolved
-
HBASE-25920 Support Hadoop 3.3.1
- Resolved
- links to