Repository: tez Updated Branches: refs/heads/branch-0.6 3b61bee09 -> addae1646
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/addae164 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/addae164 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/addae164 Branch: refs/heads/branch-0.6 Commit: addae164626e6813c6ce42ccf94fcba187550241 Parents: 3b61bee Author: Jonathan Eagles <[email protected]> Authored: Thu Sep 10 20:37:11 2015 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Thu Sep 10 20:40:20 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/addae164/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 48c804c..61ed5ed 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,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/addae164/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>
