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 2015/11/13 08:22:25 UTC

incubator-ranger git commit: RANGER-727:Knox Plugin failed to AuditToSpool file when Audit Destination is down

Repository: incubator-ranger
Updated Branches:
  refs/heads/master 79d4fa41f -> 4db23568c


RANGER-727:Knox Plugin failed to AuditToSpool file when Audit Destination is down


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

Branch: refs/heads/master
Commit: 4db23568ce81169ca8d750b9953110b0efb169ba
Parents: 79d4fa4
Author: rmani <rm...@hortonworks.com>
Authored: Thu Nov 12 23:22:13 2015 -0800
Committer: rmani <rm...@hortonworks.com>
Committed: Thu Nov 12 23:22:13 2015 -0800

----------------------------------------------------------------------
 src/main/assembly/knox-agent.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/4db23568/src/main/assembly/knox-agent.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/knox-agent.xml b/src/main/assembly/knox-agent.xml
index dc73f69..8975c1d 100644
--- a/src/main/assembly/knox-agent.xml
+++ b/src/main/assembly/knox-agent.xml
@@ -55,6 +55,7 @@
 		    		<include>org.noggit:noggit:jar:${noggit.version}</include>
 		    		<include>com.google.protobuf:protobuf-java:jar:${protobuf-java.version}</include>
 		    		<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>
 		    	</includes>
                 <unpack>false</unpack>