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

incubator-ranger git commit: RANGER-906-Knox Ranger Plugin needs addition dependency jar for webhdfs calls to work

Repository: incubator-ranger
Updated Branches:
  refs/heads/master 285ed0dda -> e474d3ed0


RANGER-906-Knox Ranger Plugin needs addition dependency jar for webhdfs calls to work


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

Branch: refs/heads/master
Commit: e474d3ed0c67692e3c7fde895d391592c9917af8
Parents: 285ed0d
Author: rmani <rm...@hortonworks.com>
Authored: Mon Apr 4 11:33:13 2016 -0700
Committer: rmani <rm...@hortonworks.com>
Committed: Mon Apr 4 11:33:13 2016 -0700

----------------------------------------------------------------------
 pom.xml                          | 2 +-
 src/main/assembly/knox-agent.xml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/e474d3ed/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fcd4c52..c21299d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
         <c3p0.version>0.9.1.2</c3p0.version>
         <cglib.version>2.2.0-b23</cglib.version>
         <codehaus.jackson.storm.version>1.9.13</codehaus.jackson.storm.version>
-        <codehaus.jackson.version>1.8.1</codehaus.jackson.version>
+        <codehaus.jackson.version>1.9.13</codehaus.jackson.version>
         <commons.beanutils.collections.version>1.8.3</commons.beanutils.collections.version>
         <commons.beanutils.core.version>1.8.3</commons.beanutils.core.version>
         <commons.cli.version>1.2</commons.cli.version>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/e474d3ed/src/main/assembly/knox-agent.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/knox-agent.xml b/src/main/assembly/knox-agent.xml
index aeae779..b6653f0 100644
--- a/src/main/assembly/knox-agent.xml
+++ b/src/main/assembly/knox-agent.xml
@@ -57,6 +57,8 @@
 		    		<include>org.apache.hadoop:hadoop-hdfs:jar:${hadoop.version}</include>
 					<include>org.apache.hadoop:hadoop-common:jar:${hadoop-common.version}</include>
 		    		<include>org.apache.htrace:htrace-core:jar:${htrace-core.version}</include>
+					<include>org.codehaus.jackson:jackson-core-asl:jar:${codehaus.jackson.version}</include>
+					<include>org.codehaus.jackson:jackson-mapper-asl:jar:${codehaus.jackson.version}</include>
 		    	</includes>
                 <unpack>false</unpack>
             </dependencySet>