RANGER-731: Ranger plugin for YARN doesn't seem to be able to write audit to Kerberized HDFS
Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/e267c092 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/e267c092 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/e267c092 Branch: refs/heads/tag-policy Commit: e267c09235c81e5d9a98318b504b139c3686c88c Parents: 18e6397 Author: rmani <[email protected]> Authored: Mon Nov 16 13:30:55 2015 -0800 Committer: rmani <[email protected]> Committed: Mon Nov 16 13:30:55 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/e267c092/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>
