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/12/30 11:22:20 UTC

[ranger] 03/03: RANGER-3564: fixed failure in installation of Ranger plugin for HDFS

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

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

commit 71218abafbc774ae5d6770e05f2a70435b17ac8e
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Thu Dec 30 01:38:55 2021 -0800

    RANGER-3564: fixed failure in installation of Ranger plugin for HDFS
    
    (cherry picked from commit ca37ccd0d245e17d918b8278342c074522ed32bd)
---
 distro/src/main/assembly/hdfs-agent.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/distro/src/main/assembly/hdfs-agent.xml b/distro/src/main/assembly/hdfs-agent.xml
index f738ae6..cb57854 100644
--- a/distro/src/main/assembly/hdfs-agent.xml
+++ b/distro/src/main/assembly/hdfs-agent.xml
@@ -52,6 +52,8 @@
           <include>commons-cli:commons-cli</include>
           <include>commons-collections:commons-collections</include>
           <include>org.apache.commons:commons-configuration2:jar:${commons.configuration.version}</include>
+          <include>org.apache.commons:commons-lang3:jar:${commons.lang3.version}</include>
+          <include>org.apache.commons:commons-compress:jar:${commons.compress.version}</include>
           <include>commons-io:commons-io:jar:${commons.io.version}</include>
           <include>commons-lang:commons-lang</include>
           <include>commons-logging:commons-logging:jar:${commons.logging.version}</include>
@@ -60,6 +62,7 @@
           <include>org.apache.hadoop:hadoop-common:jar:${hadoop.version}</include>
           <include>org.apache.hadoop:hadoop-auth:jar:${hadoop.version}</include>
           <include>org.codehaus.woodstox:stax2-api</include>
+          <include>org.apache.htrace:htrace-core4</include>
           <include>com.fasterxml.woodstox:woodstox-core</include>
         </includes>
      </binaries>