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 2015/04/24 04:30:37 UTC

incubator-ranger git commit: RANGER-424: YARN plugin packaging reviewed to exclude libraries that are already present in component lib dir

Repository: incubator-ranger
Updated Branches:
  refs/heads/master 1b08191bd -> f61786d5f


RANGER-424: YARN plugin packaging reviewed to exclude libraries that are already present in component lib dir


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/f61786d5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/f61786d5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/f61786d5

Branch: refs/heads/master
Commit: f61786d5f945c84772a607e10ee5b0caf989c0c4
Parents: 1b08191
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Thu Apr 23 19:15:06 2015 -0700
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Thu Apr 23 19:15:06 2015 -0700

----------------------------------------------------------------------
 src/main/assembly/plugin-yarn.xml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/f61786d5/src/main/assembly/plugin-yarn.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/plugin-yarn.xml b/src/main/assembly/plugin-yarn.xml
index 3bb64d2..d47af30 100644
--- a/src/main/assembly/plugin-yarn.xml
+++ b/src/main/assembly/plugin-yarn.xml
@@ -35,18 +35,10 @@
                 <outputDirectory>/lib</outputDirectory>
                 <unpack>false</unpack>
                 <includes>
-                    <include>commons-configuration:commons-configuration:jar:${commons.configuration.version}</include>
                     <include>org.apache.hadoop:hadoop-common:jar:${hadoop-common.version}</include>
                     <include>org.apache.hadoop:hadoop-common-plus:jar:${hadoop-common.version}</include>
-                    <include>com.google.code.gson:gson</include>
                     <include>org.eclipse.persistence:eclipselink</include>
                     <include>org.eclipse.persistence:javax.persistence</include>
-                    <include>commons-collections:commons-collections</include>
-					<include>com.sun.jersey:jersey-bundle</include>
-                    <include>commons-logging:commons-logging:jar:${commons.logging.version}</include>
-                    <include>com.google.guava:guava:jar:${guava.version}</include>
-		    <include>org.apache.httpcomponents:httpclient:jar:${httpcomponent.httpclient.version}</include>
-		    <include>org.apache.httpcomponents:httpcore:jar:${httpcomponent.httpcore.version}</include>
 		    <include>org.apache.httpcomponents:httpmime:jar:${httpcomponent.httpmime.version}</include>
 		    <include>org.noggit:noggit:jar:${noggit.version}</include>
                 </includes>