You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ss...@apache.org on 2016/10/07 17:08:23 UTC

tez git commit: TEZ-3460. Fix precommit release audit warning. Contributed by Kuhu Shukla.

Repository: tez
Updated Branches:
  refs/heads/master 5bd5613fc -> 2737c5d07


TEZ-3460. Fix precommit release audit warning. Contributed by Kuhu Shukla.


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/2737c5d0
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/2737c5d0
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/2737c5d0

Branch: refs/heads/master
Commit: 2737c5d075c1c135a1557026a8027a6d2b9015f1
Parents: 5bd5613
Author: Siddharth Seth <ss...@apache.org>
Authored: Fri Oct 7 10:08:00 2016 -0700
Committer: Siddharth Seth <ss...@apache.org>
Committed: Fri Oct 7 10:08:00 2016 -0700

----------------------------------------------------------------------
 CHANGES.txt | 5 ++++-
 pom.xml     | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/2737c5d0/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 4167747..b8c9d51 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES
 
 ALL CHANGES:
 
+  TEZ-3460. Fix precommit release audit warning.
   TEZ-3368. NPE in DelayedContainerManager
   TEZ-3440. Shuffling to memory can get out-of-sync when fetching multiple compressed map outputs
   TEZ-3429. Set reconfigureDoneTime on VertexConfigurationDoneEvent properly.
@@ -115,7 +116,8 @@ Release 0.8.5: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
-
+                
+  TEZ-3460. Fix precommit release audit warning.
   TEZ-3368. NPE in DelayedContainerManager
   TEZ-3440. Shuffling to memory can get out-of-sync when fetching multiple compressed map outputs
   TEZ-3429. Set reconfigureDoneTime on VertexConfigurationDoneEvent properly.
@@ -608,6 +610,7 @@ INCOMPATIBLE CHANGES
 
 ALL CHANGES:
 
+  TEZ-3460. Fix precommit release audit warning.
   TEZ-3368. NPE in DelayedContainerManager
   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

http://git-wip-us.apache.org/repos/asf/tez/blob/2737c5d0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 336f5cb..369767f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -823,6 +823,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>