Repository: tez Updated Branches: refs/heads/TEZ-3334 f0683fa5a -> f42415d39
TEZ-3563. Tez Shuffle Handler logging fails to initialize (jeagles) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/f42415d3 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/f42415d3 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/f42415d3 Branch: refs/heads/TEZ-3334 Commit: f42415d39967025b455cdc181d1ea7924c3d37bb Parents: f0683fa Author: Jonathan Eagles <[email protected]> Authored: Fri Dec 16 14:39:51 2016 -0600 Committer: Jonathan Eagles <[email protected]> Committed: Fri Dec 16 14:39:51 2016 -0600 ---------------------------------------------------------------------- TEZ-3334-CHANGES.txt | 1 + tez-plugins/tez-aux-services/pom.xml | 12 ++++-------- 2 files changed, 5 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/f42415d3/TEZ-3334-CHANGES.txt ---------------------------------------------------------------------- diff --git a/TEZ-3334-CHANGES.txt b/TEZ-3334-CHANGES.txt index fd599ad..d0b11a9 100644 --- a/TEZ-3334-CHANGES.txt +++ b/TEZ-3334-CHANGES.txt @@ -4,6 +4,7 @@ Apache Tez Change Log INCOMPATIBLE CHANGES: ALL CHANGES: + TEZ-3563. Tez Shuffle Handler logging fails to initialize TEZ-3564. TezConfiguration#TEZ_DELETION_TRACKER_CLASS has the wrong config key-name TEZ-3557. TEZ-3362 causes TestContainerLauncherWrapper#testDelegation to fail TEZ-3361. Fetch Multiple Partitions from the Shuffle Handler http://git-wip-us.apache.org/repos/asf/tez/blob/f42415d3/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 e9fdd3f..c1ddb76 100644 --- a/tez-plugins/tez-aux-services/pom.xml +++ b/tez-plugins/tez-aux-services/pom.xml @@ -175,6 +175,10 @@ <createDependencyReducedPom>false</createDependencyReducedPom> <minimizeJar>true</minimizeJar> <artifactSet> + <excludes> + <exclude>log4j:log4j</exclude> + <exclude>org.slf4j:*</exclude> + </excludes> </artifactSet> <relocations> <relocation> @@ -190,10 +194,6 @@ <shadedPattern>org.apache.tez.shaded.$0</shadedPattern> </relocation> <relocation> - <pattern>org.apache.log4j</pattern> - <shadedPattern>org.apache.tez.shaded.$0</shadedPattern> - </relocation> - <relocation> <pattern>org.fusesource.hawtjni</pattern> <shadedPattern>org.apache.tez.shaded.$0</shadedPattern> </relocation> @@ -210,10 +210,6 @@ <shadedPattern>org.apache.tez.shaded.$0</shadedPattern> </relocation> <relocation> - <pattern>org.slf4j</pattern> - <shadedPattern>org.apache.tez.shaded.$0</shadedPattern> - </relocation> - <relocation> <pattern>javax</pattern> <shadedPattern>org.apache.tez.shaded.$0</shadedPattern> <excludes>
