Repository: tez Updated Branches: refs/heads/branch-0.7 bc56ca315 -> 7c4ee2a70
TEZ-2809. Minimal distribution compiled on 2.6 fails to run on 2.7 (cherry picked from commit b288be7097796cb87d32a0ebacf3a5fe1297f020) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/7c4ee2a7 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/7c4ee2a7 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/7c4ee2a7 Branch: refs/heads/branch-0.7 Commit: 7c4ee2a70d4cc3ab8552dcfdcfacbb3f864689c2 Parents: bc56ca3 Author: Jonathan Eagles <[email protected]> Authored: Thu Sep 10 20:37:11 2015 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Thu Sep 10 20:38:02 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/7c4ee2a7/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 90935c7..3814194 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -252,6 +252,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/7c4ee2a7/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>
