Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/23675 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/pom.xml 1 file changed, 0 insertions(+), 4 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I8a4dbb8106106a45443a8c74d716cdebb213a0cf Gerrit-Change-Number: 23675 Gerrit-PatchSet: 7 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
