Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
2.3.0, 2.4.0
-
None
-
None
Description
hadoop 3.3.5 has upgraded its jackson dependency and removed all jackson 1.x packages, including the jackson-jaxrs jar. As a result, when starting with the Ranger plugin enabled, Hadoop namenode fails to start due to the inability to load jackson 1.x.
To address this issue and ensure compatibility with the Hadoop 3.3.5 upgrade, we need to package jackson 1.x jars in the hdfs plugin as well,like the Ozone did https://issues.apache.org/jira/browse/RANGER-2818. This will allow the namenode to start successfully.
Attachments
Attachments
Issue Links
- Blocked
-
RANGER-4505 [hdfs] Error - java.lang.ClassNotFoundException: org.codehaus.jackson.jaxrs.JacksonJsonProvider
- Resolved