You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2016/01/31 05:40:39 UTC

[1/3] bigtop git commit: BIGTOP-2299. test resources are breaking rat

Repository: bigtop
Updated Branches:
  refs/heads/master f90bacc52 -> 9974ff22c


BIGTOP-2299. test resources are breaking rat


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

Branch: refs/heads/master
Commit: e57947049fcb8d2246ae5ec399568382602b7163
Parents: dd1ce78
Author: Konstantin Boudnik <co...@apache.org>
Authored: Sat Jan 30 18:47:26 2016 -0800
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Sat Jan 30 19:25:51 2016 -0800

----------------------------------------------------------------------
 bigtop-tests/test-artifacts/hadoop/pom.xml |  4 +---
 bigtop-tests/test-artifacts/spark/pom.xml  | 14 ++++++++++++++
 2 files changed, 15 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/e5794704/bigtop-tests/test-artifacts/hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/hadoop/pom.xml b/bigtop-tests/test-artifacts/hadoop/pom.xml
index ee7f842..a8b9789 100644
--- a/bigtop-tests/test-artifacts/hadoop/pom.xml
+++ b/bigtop-tests/test-artifacts/hadoop/pom.xml
@@ -62,9 +62,7 @@
             <exclude>**/clitest_data/**</exclude>
             <exclude>**/ints/file*.txt</exclude>
             <exclude>**/text/file*.txt</exclude>
-            <exclude>**/resources/input.txt</exclude>
-            <exclude>**/resources/examples/text/*.txt</exclude>
-            <exclude>**/resources/part-00001.snappy</exclude>
+            <exclude>**/resources/**</exclude>
           </excludes>
         </configuration>
       </plugin>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/e5794704/bigtop-tests/test-artifacts/spark/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/spark/pom.xml b/bigtop-tests/test-artifacts/spark/pom.xml
index f6c12ed..1d6937c 100644
--- a/bigtop-tests/test-artifacts/spark/pom.xml
+++ b/bigtop-tests/test-artifacts/spark/pom.xml
@@ -60,4 +60,18 @@
       <artifactId>hadoop-common</artifactId>
     </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/resources/**</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>


[2/3] bigtop git commit: Release notes have to be updated for Bigtop 1.1.0: a blocker is discovered

Posted by co...@apache.org.
Release notes have to be updated for Bigtop 1.1.0: a blocker is discovered


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

Branch: refs/heads/master
Commit: 5e9cdeab060b0de8878c2c1e8b348e6d97eec259
Parents: e579470
Author: Konstantin Boudnik <co...@apache.org>
Authored: Sat Jan 30 19:28:03 2016 -0800
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Sat Jan 30 19:28:03 2016 -0800

----------------------------------------------------------------------
 CHANGES.txt                     | 1 +
 src/site/xdoc/release-notes.xml | 2 ++
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/5e9cdeab/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 04290d1..dac7669 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -214,6 +214,7 @@ Release Notes - Bigtop - Version 1.1.0
     * [BIGTOP-2276] - Zeppeling added war_tempdir location, which needs to be set
     * [BIGTOP-2281] - Add HIVE-12875 to Bigtop
     * [BIGTOP-2288] - Hadoop time-server fails to start 
+    * [BIGTOP-2299] - test resources are breaking rat
 
 ** Improvement
     * [BIGTOP-1126] - Add Hama to Bigtop

http://git-wip-us.apache.org/repos/asf/bigtop/blob/5e9cdeab/src/site/xdoc/release-notes.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-notes.xml b/src/site/xdoc/release-notes.xml
index be3a0bf..fc3456b 100644
--- a/src/site/xdoc/release-notes.xml
+++ b/src/site/xdoc/release-notes.xml
@@ -216,7 +216,9 @@
   <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-2276'>BIGTOP-2276</a>] - Zeppeling added war_tempdir location, which needs to be set</li>
   <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-2281'>BIGTOP-2281</a>] - Add HIVE-12875 to Bigtop</li>
   <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-2288'>BIGTOP-2288</a>] - Hadoop time-server fails to start </li>
+  <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-2299'>BIGTOP-2299</a>] - test resources are breaking rat</li>
 </ul>
+
           <h2>Improvement</h2>
 <ul>
   <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-1126'>BIGTOP-1126</a>] - Add Hama to Bigtop</li>


[3/3] bigtop git commit: Merge branch 'branch-1.1'

Posted by co...@apache.org.
Merge branch 'branch-1.1'

Latest commits made for release 1.1.0


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

Branch: refs/heads/master
Commit: 9974ff22c185668be2ed9181d660ea2db63ea787
Parents: f90bacc 5e9cdea
Author: Konstantin Boudnik <co...@apache.org>
Authored: Sat Jan 30 20:40:03 2016 -0800
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Sat Jan 30 20:40:03 2016 -0800

----------------------------------------------------------------------
 CHANGES.txt                                |  1 +
 bigtop-tests/test-artifacts/hadoop/pom.xml |  4 +---
 bigtop-tests/test-artifacts/spark/pom.xml  | 14 ++++++++++++++
 src/site/xdoc/release-notes.xml            |  2 ++
 4 files changed, 18 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/9974ff22/CHANGES.txt
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/bigtop/blob/9974ff22/bigtop-tests/test-artifacts/hadoop/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/bigtop/blob/9974ff22/bigtop-tests/test-artifacts/spark/pom.xml
----------------------------------------------------------------------