[email protected] has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23675
Change subject: IMPALA-13112: Remove Kafka exclusion from ranger-plugins-audit ...................................................................... IMPALA-13112: Remove Kafka exclusion from ranger-plugins-audit Previously, Impala excluded Kafka dependencies from ranger-plugins-audit to avoid JAX-RS conflicts that caused java.lang.NoClassDefFoundError: javax/ws/rs/core/Link$Builder errors. These exclusions were added in commits a1f4a849 and f85dbff9. Recent testing shows that kafka-clients-2.8.1.jar, which is now used by Apache Ranger, no longer causes these JAX-RS version conflicts. Removing the Kafka exclusion is necessary to enable Ranger's kafkaAuditProvider for comprehensive audit logging capabilities. This patch removes the Kafka dependency exclusions from the ranger-plugins-audit dependency in fe/pom.xml, re-enabling Kafka-based audit logging in Ranger. Testing: - Verified no JAX-RS conflicts in Impala 4.4.0 with Hive 3.1.3 - Confirmed Ranger kafkaAuditProvider functions correctly - All existing tests pass Change-Id: I8a4dbb8106106a45443a8c74d716cdebb213a0cf --- M fe/pom.xml 1 file changed, 0 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/75/23675/1 -- To view, visit http://gerrit.cloudera.org:8080/23675 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I8a4dbb8106106a45443a8c74d716cdebb213a0cf Gerrit-Change-Number: 23675 Gerrit-PatchSet: 1 Gerrit-Owner: Anonymous Coward <[email protected]>
