This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new ac82c04 RANGER-2968: updated HDFS plugin packaging to add missing
dependent library
ac82c04 is described below
commit ac82c04977e4af5503dbe2e19cdfd2b112c3df82
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Mon Aug 24 12:19:17 2020 -0700
RANGER-2968: updated HDFS plugin packaging to add missing dependent library
---
distro/src/main/assembly/hdfs-agent.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/distro/src/main/assembly/hdfs-agent.xml
b/distro/src/main/assembly/hdfs-agent.xml
index 1bc9ff5..371f0a6 100644
--- a/distro/src/main/assembly/hdfs-agent.xml
+++ b/distro/src/main/assembly/hdfs-agent.xml
@@ -82,6 +82,7 @@
<directoryMode>755</directoryMode>
<fileMode>644</fileMode>
<includes>
+ <include>commons-lang:commons-lang</include>
<include>org.eclipse.persistence:javax.persistence</include>
<include>org.eclipse.persistence:eclipselink</include>
<include>org.apache.httpcomponents:httpmime:jar:${httpcomponents.httpmime.version}</include>