Repository: tez
Updated Branches:
  refs/heads/master 7940facf6 -> bf41f19ab


TEZ-2994. LocalProgress in tez-runtime-library missing Apache header, rat check 
warnings from the new licenses after TEZ-2592 merge. (hitesh)


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

Branch: refs/heads/master
Commit: bf41f19abd8d6f0695d1c15370cc3a7df3c51e21
Parents: 7940fac
Author: Hitesh Shah <[email protected]>
Authored: Fri Dec 11 18:09:21 2015 -0800
Committer: Hitesh Shah <[email protected]>
Committed: Fri Dec 11 18:09:21 2015 -0800

----------------------------------------------------------------------
 CHANGES.txt                                      |  1 +
 pom.xml                                          | 19 +++++++++++++++++++
 .../tez/runtime/library/utils/LocalProgress.java | 18 ++++++++++++++++++
 3 files changed, 38 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/bf41f19a/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 1e1537f..1d9debf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,7 @@ INCOMPATIBLE CHANGES
   TEZ-604. Revert temporary changes made in TEZ-603 to kill the provided tez 
session, if running a MapReduce job.
 
 ALL CHANGES:
+  TEZ-2994. LocalProgress in tez-runtime-library missing Apache header, rat 
check warnings from the new licenses after TEZ-2592 merge.
   TEZ-2977. Make HadoopShim selection be overridable for distro-specific 
implementations.
   TEZ-2472. Change slf4j version to 1.7.10.
   TEZ-2920. org.apache.tez.client.TestTezClient.testStopRetriesUntilTimeout is 
flaky.

http://git-wip-us.apache.org/repos/asf/tez/blob/bf41f19a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7759de5..1835fa5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -799,6 +799,25 @@
           <configuration>
             <excludes>
               <exclude>CHANGES.txt</exclude>
+              <exclude>**/LICENSE*</exclude>
+              <!-- IDE files -->
+              <exclude>.idea/**</exclude>
+              <exclude>**/*.iml</exclude>
+              <exclude>**/.classpath</exclude>
+              <exclude>**/.project</exclude>
+              <exclude>**/node/**</exclude>
+              <exclude>**/node_modules/**</exclude>
+              <exclude>**/.checkstyle</exclude>
+              <exclude>**/.settings/**</exclude>
+              <exclude>**/maven-eclipse.xml</exclude>
+              <!-- Build directories - target for maven -->
+              <exclude>**/target/**</exclude>
+              <!-- To make developer life easy. Source wont have these files 
-->
+              <exclude>**/*.diff</exclude>
+              <exclude>*.patch</exclude>
+              <!-- .png files constitute images required for documentation. 
.pptx contain the sources for images -->
+              <exclude>**/*.png</exclude>
+              <exclude>**/*.pptx</exclude>
             </excludes>
           </configuration>
         </plugin>

http://git-wip-us.apache.org/repos/asf/tez/blob/bf41f19a/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/LocalProgress.java
----------------------------------------------------------------------
diff --git 
a/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/LocalProgress.java
 
b/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/LocalProgress.java
index 9d653fc..8aa1f62 100644
--- 
a/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/LocalProgress.java
+++ 
b/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/LocalProgress.java
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.apache.tez.runtime.library.utils;
 
 import org.apache.hadoop.util.Progress;

Reply via email to