TEZ-3586. Remove fusesource.leveldbjni from the 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/4e447124 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/4e447124 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/4e447124 Branch: refs/heads/master Commit: 4e44712448361e2e62262d4c297c67995ff2c520 Parents: b4e22bc Author: Jonathan Eagles <[email protected]> Authored: Thu Jan 19 14:24:59 2017 -0600 Committer: Jonathan Eagles <[email protected]> Committed: Thu Jan 19 14:24:59 2017 -0600 ---------------------------------------------------------------------- TEZ-3334-CHANGES.txt | 1 + tez-plugins/tez-aux-services/pom.xml | 13 +------------ 2 files changed, 2 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/4e447124/TEZ-3334-CHANGES.txt ---------------------------------------------------------------------- diff --git a/TEZ-3334-CHANGES.txt b/TEZ-3334-CHANGES.txt index de0984a..caad68d 100644 --- a/TEZ-3334-CHANGES.txt +++ b/TEZ-3334-CHANGES.txt @@ -4,6 +4,7 @@ Apache Tez Change Log INCOMPATIBLE CHANGES: ALL CHANGES: + TEZ-3586. Remove fusesource.leveldbjni from the tez-auxservices shaded jar TEZ-3532. Backport MAPREDUCE-6808. Log map attempts as part of shuffle handler audit log TEZ-3563. Tez Shuffle Handler logging fails to initialize TEZ-3564. TezConfiguration#TEZ_DELETION_TRACKER_CLASS has the wrong config key-name http://git-wip-us.apache.org/repos/asf/tez/blob/4e447124/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 c1ddb76..84006bb 100644 --- a/tez-plugins/tez-aux-services/pom.xml +++ b/tez-plugins/tez-aux-services/pom.xml @@ -85,6 +85,7 @@ <dependency> <groupId>org.fusesource.leveldbjni</groupId> <artifactId>leveldbjni-all</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>io.netty</groupId> @@ -194,18 +195,6 @@ <shadedPattern>org.apache.tez.shaded.$0</shadedPattern> </relocation> <relocation> - <pattern>org.fusesource.hawtjni</pattern> - <shadedPattern>org.apache.tez.shaded.$0</shadedPattern> - </relocation> - <relocation> - <pattern>org.fusesource.leveldbjni</pattern> - <shadedPattern>org.apache.tez.shaded.$0</shadedPattern> - </relocation> - <relocation> - <pattern>org.iq80.leveldb</pattern> - <shadedPattern>org.apache.tez.shaded.$0</shadedPattern> - </relocation> - <relocation> <pattern>org.jboss.netty</pattern> <shadedPattern>org.apache.tez.shaded.$0</shadedPattern> </relocation>
