You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2021/10/19 14:33:08 UTC

[ranger] branch ranger-2.2 updated: RANGER-3482: fix for Kafka plugin initialization failure - NoClassDefFoundError htrace

This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch ranger-2.2
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.2 by this push:
     new d73ea98  RANGER-3482: fix for Kafka plugin initialization failure - NoClassDefFoundError htrace
d73ea98 is described below

commit d73ea981673bc5f5b20d191022695094ec3f47b2
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Mon Oct 18 15:07:27 2021 -0700

    RANGER-3482: fix for Kafka plugin initialization failure - NoClassDefFoundError htrace
---
 dev-support/ranger-docker/.env            | 2 +-
 distro/src/main/assembly/plugin-kafka.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-support/ranger-docker/.env b/dev-support/ranger-docker/.env
index b376082..100ed71 100644
--- a/dev-support/ranger-docker/.env
+++ b/dev-support/ranger-docker/.env
@@ -9,5 +9,5 @@ RANGER_VERSION=2.2.0
 HADOOP_VERSION=3.3.0
 HBASE_VERSION=2.2.6
 HIVE_VERSION=3.1.2
-HIVE_HADOOP_VERSION=3.1.0
+HIVE_HADOOP_VERSION=3.1.1
 KAFKA_VERSION=2.5.0
diff --git a/distro/src/main/assembly/plugin-kafka.xml b/distro/src/main/assembly/plugin-kafka.xml
index 91a868e..4fddddd 100644
--- a/distro/src/main/assembly/plugin-kafka.xml
+++ b/distro/src/main/assembly/plugin-kafka.xml
@@ -87,6 +87,7 @@
 					<include>org.elasticsearch.plugin:lang-mustache-client</include>
 					<include>org.apache.httpcomponents:httpcore-nio:jar:${httpcomponents.httpcore.version}</include>
 					<include>org.apache.httpcomponents:httpasyncclient:jar:${httpcomponents.httpasyncclient.version}</include>
+					<include>org.apache.htrace:htrace-core4</include>
 					<include>org.apache.lucene:lucene-core</include>
 					<include>joda-time:joda-time</include>
 					<include>com.carrotsearch:hppc</include>