You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2016/05/04 17:09:54 UTC

[1/2] tez git commit: TEZ-3241. Exclude LICENSE files from rat check. (hitesh)

Repository: tez
Updated Branches:
  refs/heads/branch-0.7.1 81c09a069 -> 6868944d8


TEZ-3241. Exclude LICENSE files from rat check. (hitesh)


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

Branch: refs/heads/branch-0.7.1
Commit: ac6f79ce7594c4855b4640068fd31e3bbe65e0e8
Parents: 8daa21b
Author: Hitesh Shah <hi...@apache.org>
Authored: Wed May 4 10:08:45 2016 -0700
Committer: Hitesh Shah <hi...@apache.org>
Committed: Wed May 4 10:08:45 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/tez/blob/ac6f79ce/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 8a9ae7f..5aaacd0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,7 @@ INCOMPATIBLE CHANGES
   TEZ-2972. Avoid task rescheduling when a node turns unhealthy
 
 ALL CHANGES:
+  TEZ-3241. Exclude LICENSE files from rat check.
   TEZ-3193. Deadlock in AM during task commit request. 
   TEZ-3203. DAG hangs when one of the upstream vertices has zero tasks
   TEZ-3213. Uncaught exception during vertex recovery leads to invalid state transition loop.

http://git-wip-us.apache.org/repos/asf/tez/blob/ac6f79ce/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bc8f487..cd97ff4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -760,6 +760,7 @@
           <configuration>
             <excludes>
               <exclude>CHANGES.txt</exclude>
+              <exclude>**/LICENSE*</exclude>
             </excludes>
           </configuration>
         </plugin>


[2/2] tez git commit: Merge remote-tracking branch 'origin/branch-0.7' into branch-0.7.1

Posted by hi...@apache.org.
Merge remote-tracking branch 'origin/branch-0.7' into branch-0.7.1


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

Branch: refs/heads/branch-0.7.1
Commit: 6868944d862113485ec98b9480e9f2445bf2b34d
Parents: 81c09a0 ac6f79c
Author: Hitesh Shah <hi...@apache.org>
Authored: Wed May 4 10:09:32 2016 -0700
Committer: Hitesh Shah <hi...@apache.org>
Committed: Wed May 4 10:09:32 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/tez/blob/6868944d/CHANGES.txt
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/tez/blob/6868944d/pom.xml
----------------------------------------------------------------------