You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sp...@apache.org on 2020/04/20 23:41:29 UTC

[ranger] branch master updated: RANGER-2804: Adding libext folder under lib for ozone plugin and added missing dependency jar files

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

spolavarapu 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 b8a3e18  RANGER-2804: Adding libext folder under lib for ozone plugin and added missing dependency jar files
b8a3e18 is described below

commit b8a3e18e3824ac372ceecef1b2de404105a9722b
Author: Sailaja Polavarapu <sp...@cloudera.com>
AuthorDate: Mon Apr 20 16:41:19 2020 -0700

    RANGER-2804: Adding libext folder under lib for ozone plugin and added missing dependency jar files
---
 distro/src/main/assembly/plugin-ozone.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/distro/src/main/assembly/plugin-ozone.xml b/distro/src/main/assembly/plugin-ozone.xml
index 06c9533..105e2bd 100644
--- a/distro/src/main/assembly/plugin-ozone.xml
+++ b/distro/src/main/assembly/plugin-ozone.xml
@@ -32,7 +32,7 @@
                 <include>org.apache.ranger:ranger-plugin-classloader</include>
             </includes>
             <binaries>
-                <outputDirectory>lib</outputDirectory>
+                <outputDirectory>lib/libext</outputDirectory>
                 <includeDependencies>false</includeDependencies>
                 <unpack>false</unpack>
                 <directoryMode>755</directoryMode>
@@ -86,7 +86,7 @@
                 <include>org.apache.ranger:ranger-ozone-plugin</include>
             </includes>
             <binaries>
-                <outputDirectory>lib/ranger-ozone-plugin-impl</outputDirectory>
+                <outputDirectory>lib/libext/ranger-ozone-plugin-impl</outputDirectory>
                 <includeDependencies>true</includeDependencies>
                 <unpack>false</unpack>
                 <directoryMode>755</directoryMode>
@@ -99,6 +99,8 @@
                     <include>org.apache.httpcomponents:httpmime:jar:${httpcomponents.httpmime.version}</include>
                     <include>org.apache.httpcomponents:httpclient:jar:${httpcomponents.httpclient.version}</include>
                     <include>org.apache.httpcomponents:httpcore:jar:${httpcomponents.httpcore.version}</include>
+		    <include>org.apache.zookeeper:zookeeper:jar:${zookeeper.version}</include>
+		    <include>org.apache.zookeeper:zookeeper-jute:jar:${zookeeper.version}</include>
                     <include>org.noggit:noggit:jar:${noggit.version}</include>
                     <include>org.apache.solr:solr-solrj</include>
                     <include>com.fasterxml.woodstox:woodstox-core:jar:${fasterxml.woodstox.version}</include>
@@ -106,6 +108,8 @@
                     <include>com.sun.jersey:jersey-core</include>
                     <include>com.sun.jersey:jersey-client</include>
                     <include>com.sun.jersey:jersey-bundle</include>
+		    <include>org.codehaus.jackson:jackson-jaxrs</include>
+		    <include>com.sun.xml.bind:jaxb-impl</include>
                     <include>org.apache.htrace:htrace-core4:jar:${htrace-core.version}</include>
                     <include>commons-lang:commons-lang</include>
                     <include>com.kstruct:gethostname4j</include>