Repository: tez Updated Branches: refs/heads/branch-0.8 cc4830692 -> 7adfb6dc7
TEZ-3460. Fix precommit release audit warning. Contributed by Kuhu Shukla. (cherry picked from commit 2737c5d075c1c135a1557026a8027a6d2b9015f1) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/7adfb6dc Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/7adfb6dc Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/7adfb6dc Branch: refs/heads/branch-0.8 Commit: 7adfb6dc7a4538c106bf16f4f21420477551db91 Parents: cc48306 Author: Siddharth Seth <[email protected]> Authored: Fri Oct 7 10:08:00 2016 -0700 Committer: Siddharth Seth <[email protected]> Committed: Fri Oct 7 10:09:31 2016 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ pom.xml | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/7adfb6dc/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 1d20f24..390c528 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-3429. Set reconfigureDoneTime on VertexConfigurationDoneEvent properly. TEZ-3000. Fix TestContainerReuse. @@ -509,6 +510,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-3009. Errors that occur during container task acquisition are not logged. http://git-wip-us.apache.org/repos/asf/tez/blob/7adfb6dc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a0164e8..585e1c1 100644 --- a/pom.xml +++ b/pom.xml @@ -824,6 +824,7 @@ <!-- .png files constitute images required for documentation. .pptx contain the sources for images --> <exclude>**/*.png</exclude> <exclude>**/*.pptx</exclude> + <exclude>**/*TestIFile_concatenated_compressed.bin</exclude> </excludes> </configuration> </plugin>
