Repository: tez Updated Branches: refs/heads/master 59f8d2ae8 -> b288be709
TEZ-2809. Minimal distribution compiled on 2.6 fails to run on 2.7 Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/b288be70 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/b288be70 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/b288be70 Branch: refs/heads/master Commit: b288be7097796cb87d32a0ebacf3a5fe1297f020 Parents: 59f8d2a Author: Jonathan Eagles <[email protected]> Authored: Thu Sep 10 20:37:11 2015 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Thu Sep 10 20:37:11 2015 -0500 ---------------------------------------------------------------------- CHANGES.txt | 1 + tez-dist/src/main/assembly/tez-dist-minimal.xml | 3 +++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/b288be70/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 1c1ef94..c373fe7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -419,6 +419,7 @@ Release 0.6.3: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-2809. Minimal distribution compiled on 2.6 fails to run on 2.7 TEZ-2768. Log a useful error message when the summary stream cannot be closed when shutting down an AM. TEZ-2745. ClassNotFoundException of user code should fail dag http://git-wip-us.apache.org/repos/asf/tez/blob/b288be70/tez-dist/src/main/assembly/tez-dist-minimal.xml ---------------------------------------------------------------------- diff --git a/tez-dist/src/main/assembly/tez-dist-minimal.xml b/tez-dist/src/main/assembly/tez-dist-minimal.xml index 60aa50e..c0c7108 100644 --- a/tez-dist/src/main/assembly/tez-dist-minimal.xml +++ b/tez-dist/src/main/assembly/tez-dist-minimal.xml @@ -33,11 +33,14 @@ <useTransitiveDependencies>false</useTransitiveDependencies> <excludes> <exclude>*:*:test-jar</exclude> + <exclude>org.apache.hadoop:hadoop-annotations</exclude> + <exclude>org.apache.hadoop:hadoop-auth</exclude> <exclude>org.apache.hadoop:hadoop-common</exclude> <exclude>org.apache.hadoop:hadoop-hdfs</exclude> <exclude>org.apache.hadoop:hadoop-yarn-api</exclude> <exclude>org.apache.hadoop:hadoop-yarn-client</exclude> <exclude>org.apache.hadoop:hadoop-yarn-common</exclude> + <exclude>org.apache.hadoop:hadoop-yarn-server-web-proxy</exclude> <exclude>org.apache.tez:*</exclude> </excludes> </dependencySet>
