Repository: tez Updated Branches: refs/heads/master 5b0f5a0c4 -> de72fbe62
TEZ-3778. Remove SecurityInfo from tez-auxservices shaded jar (Kuhu Shukla via jeagles) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/de72fbe6 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/de72fbe6 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/de72fbe6 Branch: refs/heads/master Commit: de72fbe62cd1f6da2811f2cb6014f0662f901894 Parents: 5b0f5a0 Author: Jonathan Eagles <[email protected]> Authored: Tue Jun 27 14:43:17 2017 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Tue Jun 27 14:43:17 2017 -0500 ---------------------------------------------------------------------- tez-plugins/tez-aux-services/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/de72fbe6/tez-plugins/tez-aux-services/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-aux-services/pom.xml b/tez-plugins/tez-aux-services/pom.xml index a2e47cd..c5b7bb4 100644 --- a/tez-plugins/tez-aux-services/pom.xml +++ b/tez-plugins/tez-aux-services/pom.xml @@ -207,6 +207,13 @@ <exclude>META-INF/*.RSA</exclude> </excludes> </filter> + <!-- Remove SecurityInfo to avoid loading DAGClientSecurityInfo which can break daemon(RM,NM etc.) start up --> + <filter> + <artifact>org.apache.tez:tez-api</artifact> + <excludes> + <exclude>META-INF/services/org.apache.hadoop.security.SecurityInfo</exclude> + </excludes> + </filter> </filters> <relocations> <relocation>
