RANGER-731: Ranger plugin for YARN doesn't seem to be able to write audit to Kerberized HDFS
(cherry picked from commit e267c09235c81e5d9a98318b504b139c3686c88c) Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/1ab356db Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/1ab356db Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/1ab356db Branch: refs/heads/tag-policy Commit: 1ab356db332b474f44a18d70872a7c33f0e20fee Parents: f294d68 Author: rmani <[email protected]> Authored: Mon Nov 16 13:30:55 2015 -0800 Committer: Madhan Neethiraj <[email protected]> Committed: Sat Nov 21 09:41:17 2015 -0800 ---------------------------------------------------------------------- src/main/assembly/plugin-yarn.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/1ab356db/src/main/assembly/plugin-yarn.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/plugin-yarn.xml b/src/main/assembly/plugin-yarn.xml index 6f8e33b..3550881 100644 --- a/src/main/assembly/plugin-yarn.xml +++ b/src/main/assembly/plugin-yarn.xml @@ -49,8 +49,6 @@ <outputDirectory>/lib/ranger-yarn-plugin-impl</outputDirectory> <unpack>false</unpack> <includes> - <include>org.apache.hadoop:hadoop-common:jar:${hadoop-common.version}</include> - <include>org.apache.hadoop:hadoop-common-plus:jar:${hadoop-common.version}</include> <include>org.eclipse.persistence:eclipselink</include> <include>org.eclipse.persistence:javax.persistence</include> <include>org.apache.httpcomponents:httpmime:jar:${httpcomponent.httpmime.version}</include>
