You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cd...@apache.org on 2015/12/08 21:09:22 UTC

[1/3] hadoop git commit: YARN-4248. Followup patch adding asf-licence exclusions for json test files

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 e81cb6850 -> bfe479680
  refs/heads/branch-2.8 469bf5680 -> 3d100163d
  refs/heads/trunk 9676774e2 -> 9f50e13d5


YARN-4248. Followup patch adding asf-licence exclusions for json test files


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

Branch: refs/heads/trunk
Commit: 9f50e13d5dc329c3a6df7f9bcaf2f29b35adc52b
Parents: 9676774
Author: Chris Douglas <cd...@apache.org>
Authored: Tue Dec 8 12:08:04 2015 -0800
Committer: Chris Douglas <cd...@apache.org>
Committed: Tue Dec 8 12:08:04 2015 -0800

----------------------------------------------------------------------
 .../hadoop-yarn-server-resourcemanager/pom.xml           | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/9f50e13d/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
index 9d54184..a6972ca 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
@@ -321,6 +321,17 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/test/resources/submit-reservation.json</exclude>
+            <exclude>src/test/resources/delete-reservation.json</exclude>
+            <exclude>src/test/resources/update-reservation.json</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 


[3/3] hadoop git commit: YARN-4248. Followup patch adding asf-licence exclusions for json test files

Posted by cd...@apache.org.
YARN-4248. Followup patch adding asf-licence exclusions for json test files

(cherry picked from commit 9f50e13d5dc329c3a6df7f9bcaf2f29b35adc52b)
(cherry picked from commit bfe4796802c8f706fdc4c393324ddb9f24194677)


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

Branch: refs/heads/branch-2.8
Commit: 3d100163de1b891ccabe6871c9fad1d9ee6f9b41
Parents: 469bf56
Author: Chris Douglas <cd...@apache.org>
Authored: Tue Dec 8 12:08:04 2015 -0800
Committer: Chris Douglas <cd...@apache.org>
Committed: Tue Dec 8 12:08:53 2015 -0800

----------------------------------------------------------------------
 .../hadoop-yarn-server-resourcemanager/pom.xml           | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/3d100163/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
index 4897ac5..f99b316 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
@@ -321,6 +321,17 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/test/resources/submit-reservation.json</exclude>
+            <exclude>src/test/resources/delete-reservation.json</exclude>
+            <exclude>src/test/resources/update-reservation.json</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 


[2/3] hadoop git commit: YARN-4248. Followup patch adding asf-licence exclusions for json test files

Posted by cd...@apache.org.
YARN-4248. Followup patch adding asf-licence exclusions for json test files

(cherry picked from commit 9f50e13d5dc329c3a6df7f9bcaf2f29b35adc52b)


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

Branch: refs/heads/branch-2
Commit: bfe4796802c8f706fdc4c393324ddb9f24194677
Parents: e81cb68
Author: Chris Douglas <cd...@apache.org>
Authored: Tue Dec 8 12:08:04 2015 -0800
Committer: Chris Douglas <cd...@apache.org>
Committed: Tue Dec 8 12:08:35 2015 -0800

----------------------------------------------------------------------
 .../hadoop-yarn-server-resourcemanager/pom.xml           | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/bfe47968/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
index fc2d0dd..ff0e0b0 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml
@@ -321,6 +321,17 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/test/resources/submit-reservation.json</exclude>
+            <exclude>src/test/resources/delete-reservation.json</exclude>
+            <exclude>src/test/resources/update-reservation.json</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>