Repository: tez Updated Branches: refs/heads/branch-0.7 62d569fca -> 5ee6c30cc
TEZ-3460. Fix precommit release audit warning. Contributed by Kuhu Shukla. (cherry picked from commit 2737c5d075c1c135a1557026a8027a6d2b9015f1) (cherry picked from commit 7adfb6dc7a4538c106bf16f4f21420477551db91) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/5ee6c30c Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/5ee6c30c Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/5ee6c30c Branch: refs/heads/branch-0.7 Commit: 5ee6c30ccfc3c454a46e0fb67434eb7436acd350 Parents: 62d569f Author: Siddharth Seth <[email protected]> Authored: Fri Oct 7 10:08:00 2016 -0700 Committer: Siddharth Seth <[email protected]> Committed: Fri Oct 7 10:11:55 2016 -0700 ---------------------------------------------------------------------- CHANGES.txt | 1 + pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/5ee6c30c/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 99b5f67..1e93ce3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-3460. Fix precommit release audit warning. TEZ-3440. Shuffling to memory can get out-of-sync when fetching multiple compressed map outputs TEZ-3426. Second AM attempt launched for session mode and recovery disabled for certain cases TEZ-2852. TestVertexImpl fails due to race in AsyncDispatcher. http://git-wip-us.apache.org/repos/asf/tez/blob/5ee6c30c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e771df3..423c55b 100644 --- a/pom.xml +++ b/pom.xml @@ -761,6 +761,7 @@ <excludes> <exclude>CHANGES.txt</exclude> <exclude>**/LICENSE*</exclude> + <exclude>**/*TestIFile_concatenated_compressed.bin</exclude> </excludes> </configuration> </plugin>
