Skip to content
This repository was archived by the owner on Nov 17, 2017. It is now read-only.

Commit f2d6ee3

Browse files
author
Roman Shaposhnik
committed
Opening up Bigtop 0.8.0 development
1 parent 9d0cb46 commit f2d6ee3

File tree

45 files changed

+89
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+89
-87
lines changed

CHANGES.txt

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
Bigtop Changelog
1717

18+
* Release 0.8.0 (unreleased)
19+
1820
* Release 0.7.0 (2013-10-28)
1921

2022
- SUB-TASK

bigtop-test-framework/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<parent>
2222
<groupId>org.apache.bigtop</groupId>
2323
<artifactId>bigtop</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.bigtop.itest</groupId>
2929
<artifactId>itest-common</artifactId>
3030
<name>iTest: system and integration testing in the cloud</name>
31-
<version>0.7.0-SNAPSHOT</version>
31+
<version>0.8.0-SNAPSHOT</version>
3232

3333

3434
<dependencies>

bigtop-tests/test-artifacts/crunch/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>org.apache.bigtop.itest</groupId>
2323
<artifactId>bigtop-smokes</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.bigtop.itest</groupId>
2929
<artifactId>crunch-smoke</artifactId>
30-
<version>0.7.0-SNAPSHOT</version>
30+
<version>0.8.0-SNAPSHOT</version>
3131
<name>crunchsmoke</name>
3232
</project>

bigtop-tests/test-artifacts/datafu/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
<parent>
2121
<groupId>org.apache.bigtop.itest</groupId>
2222
<artifactId>bigtop-smokes</artifactId>
23-
<version>0.7.0-SNAPSHOT</version>
23+
<version>0.8.0-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>org.apache.bigtop.itest</groupId>
2929
<artifactId>datafu-smoke</artifactId>
30-
<version>0.7.0-SNAPSHOT</version>
30+
<version>0.8.0-SNAPSHOT</version>
3131
<name>datafusmoke</name>
3232

3333
<dependencies>

bigtop-tests/test-artifacts/fatjar/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>org.apache.bigtop.itest</groupId>
2323
<artifactId>bigtop-smokes</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.bigtop.itest</groupId>
2929
<artifactId>fat-smoke</artifactId>
30-
<version>0.7.0-SNAPSHOT</version>
30+
<version>0.8.0-SNAPSHOT</version>
3131
<name>fatjar</name>
3232

3333
<dependencies>

bigtop-tests/test-artifacts/flume/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>org.apache.bigtop.itest</groupId>
2323
<artifactId>bigtop-smokes</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<groupId>org.apache.bigtop.itest</groupId>
2828
<artifactId>flume-smoke</artifactId>
29-
<version>0.7.0-SNAPSHOT</version>
29+
<version>0.8.0-SNAPSHOT</version>
3030

3131
<name>flumesmoke</name>
3232

bigtop-tests/test-artifacts/giraph/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>org.apache.bigtop.itest</groupId>
2323
<artifactId>bigtop-smokes</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<groupId>org.apache.bigtop.itest</groupId>
2828
<artifactId>giraph-smoke</artifactId>
29-
<version>0.7.0-SNAPSHOT</version>
29+
<version>0.8.0-SNAPSHOT</version>
3030

3131
<name>giraphsmoke</name>
3232

bigtop-tests/test-artifacts/hadoop/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
<parent>
2121
<groupId>org.apache.bigtop.itest</groupId>
2222
<artifactId>bigtop-smokes</artifactId>
23-
<version>0.7.0-SNAPSHOT</version>
23+
<version>0.8.0-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>org.apache.bigtop.itest</groupId>
2929
<artifactId>hadoop-smoke</artifactId>
30-
<version>0.7.0-SNAPSHOT</version>
30+
<version>0.8.0-SNAPSHOT</version>
3131
<name>hadoopsmoke</name>
3232

3333
<dependencies>

bigtop-tests/test-artifacts/hbase/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>org.apache.bigtop.itest</groupId>
2323
<artifactId>bigtop-smokes</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.bigtop.itest</groupId>
2929
<artifactId>hbase-smoke</artifactId>
30-
<version>0.7.0-SNAPSHOT</version>
30+
<version>0.8.0-SNAPSHOT</version>
3131
<name>hbasesmoke</name>
3232

3333
<dependencies>

bigtop-tests/test-artifacts/hcatalog/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>org.apache.bigtop.itest</groupId>
2323
<artifactId>bigtop-smokes</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.bigtop.itest</groupId>
2929
<artifactId>hcatalog-smoke</artifactId>
30-
<version>0.7.0-SNAPSHOT</version>
30+
<version>0.8.0-SNAPSHOT</version>
3131
<name>hcatalogsmoke</name>
3232
</project>

bigtop-tests/test-artifacts/hive/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>org.apache.bigtop.itest</groupId>
2323
<artifactId>bigtop-smokes</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.bigtop.itest</groupId>
2929
<artifactId>hive-smoke</artifactId>
30-
<version>0.7.0-SNAPSHOT</version>
30+
<version>0.8.0-SNAPSHOT</version>
3131
<name>hivesmoke</name>
3232
</project>

bigtop-tests/test-artifacts/hue/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>org.apache.bigtop.itest</groupId>
2323
<artifactId>bigtop-smokes</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<groupId>org.apache.bigtop.itest</groupId>
2828
<artifactId>hue-smoke</artifactId>
29-
<version>0.7.0-SNAPSHOT</version>
29+
<version>0.8.0-SNAPSHOT</version>
3030

3131
<name>huesmoke</name>
3232

bigtop-tests/test-artifacts/mahout/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>org.apache.bigtop.itest</groupId>
2323
<artifactId>bigtop-smokes</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<groupId>org.apache.bigtop.itest</groupId>
2828
<artifactId>mahout-smoke</artifactId>
29-
<version>0.7.0-SNAPSHOT</version>
29+
<version>0.8.0-SNAPSHOT</version>
3030

3131
<name>mahoutsmoke</name>
3232

bigtop-tests/test-artifacts/oozie/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>org.apache.bigtop.itest</groupId>
2323
<artifactId>bigtop-smokes</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.bigtop.itest</groupId>
2929
<artifactId>oozie-smoke</artifactId>
30-
<version>0.7.0-SNAPSHOT</version>
30+
<version>0.8.0-SNAPSHOT</version>
3131
<name>ooziesmoke</name>
3232

3333
<dependencies>

bigtop-tests/test-artifacts/package/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
<parent>
2121
<groupId>org.apache.bigtop.itest</groupId>
2222
<artifactId>bigtop-smokes</artifactId>
23-
<version>0.7.0-SNAPSHOT</version>
23+
<version>0.8.0-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>org.apache.bigtop.itest</groupId>
2929
<artifactId>package-smoke</artifactId>
30-
<version>0.7.0-SNAPSHOT</version>
30+
<version>0.8.0-SNAPSHOT</version>
3131
<name>packagesmoke</name>
3232

3333
<dependencies>

bigtop-tests/test-artifacts/phoenix/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>org.apache.bigtop.itest</groupId>
2323
<artifactId>bigtop-smokes</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<groupId>org.apache.bigtop.itest</groupId>
2828
<artifactId>phoenix-smoke</artifactId>
29-
<version>0.7.0-SNAPSHOT</version>
29+
<version>0.8.0-SNAPSHOT</version>
3030

3131
<name>phoenixsmoke</name>
3232

bigtop-tests/test-artifacts/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<parent>
2222
<groupId>org.apache.bigtop</groupId>
2323
<artifactId>bigtop</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>org.apache.bigtop.itest</groupId>
2929
<artifactId>bigtop-smokes</artifactId>
3030
<packaging>pom</packaging>
31-
<version>0.7.0-SNAPSHOT</version>
31+
<version>0.8.0-SNAPSHOT</version>
3232
<name>bigtop-smokes</name>
3333

3434

bigtop-tests/test-artifacts/solr/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>org.apache.bigtop.itest</groupId>
2323
<artifactId>bigtop-smokes</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<groupId>org.apache.bigtop.itest</groupId>
2828
<artifactId>solr-smoke</artifactId>
29-
<version>0.7.0-SNAPSHOT</version>
29+
<version>0.8.0-SNAPSHOT</version>
3030

3131
<name>solrsmoke</name>
3232

bigtop-tests/test-artifacts/spark/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>org.apache.bigtop.itest</groupId>
99
<artifactId>bigtop-smokes</artifactId>
10-
<version>0.7.0-SNAPSHOT</version>
10+
<version>0.8.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<groupId>org.apache.bigtop.itest</groupId>
1515
<artifactId>spark-smoke</artifactId>
16-
<version>0.7.0-SNAPSHOT</version>
16+
<version>0.8.0-SNAPSHOT</version>
1717
<name>sparksmoke</name>
1818

1919
<dependencies>

bigtop-tests/test-artifacts/sqoop/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>org.apache.bigtop.itest</groupId>
2525
<artifactId>bigtop-smokes</artifactId>
26-
<version>0.7.0-SNAPSHOT</version>
26+
<version>0.8.0-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>org.apache.bigtop.itest</groupId>
3131
<artifactId>sqoop-smoke</artifactId>
32-
<version>0.7.0-SNAPSHOT</version>
32+
<version>0.8.0-SNAPSHOT</version>
3333
<name>sqoopsmokes</name>
3434

3535
<dependencies>

bigtop-tests/test-execution/common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
<parent>
2525
<groupId>org.apache.bigtop</groupId>
2626
<artifactId>bigtop</artifactId>
27-
<version>0.7.0-SNAPSHOT</version>
27+
<version>0.8.0-SNAPSHOT</version>
2828
<relativePath>../../../pom.xml</relativePath>
2929
</parent>
3030

3131
<groupId>org.apache.bigtop.itest</groupId>
3232
<artifactId>stacks-common</artifactId>
3333
<packaging>pom</packaging>
34-
<version>0.7.0-SNAPSHOT</version>
34+
<version>0.8.0-SNAPSHOT</version>
3535
<name>stacks-validation-common</name>
3636

3737
<properties>

bigtop-tests/test-execution/conf/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>org.apache.bigtop.itest</groupId>
2323
<artifactId>stacks-common</artifactId>
24-
<version>0.7.0-SNAPSHOT</version>
24+
<version>0.8.0-SNAPSHOT</version>
2525
<relativePath>../common/pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>org.apache.bigtop.itest</groupId>
2929
<artifactId>smoke-tests-conf</artifactId>
30-
<version>0.7.0-SNAPSHOT</version>
30+
<version>0.8.0-SNAPSHOT</version>
3131
<name>smoke-tests-conf</name>
3232

3333
<dependencies>

bigtop-tests/test-execution/integration/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<parent>
2323
<groupId>org.apache.bigtop.itest</groupId>
2424
<artifactId>stacks-common</artifactId>
25-
<version>0.7.0-SNAPSHOT</version>
25+
<version>0.8.0-SNAPSHOT</version>
2626
<relativePath>../common/pom.xml</relativePath>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>
3030
<groupId>org.apache.bigtop.itest</groupId>
3131
<artifactId>integration-tests</artifactId>
3232
<packaging>pom</packaging>
33-
<version>0.7.0-SNAPSHOT</version>
33+
<version>0.8.0-SNAPSHOT</version>
3434
<name>hadoop-stack-integration</name>
3535

3636
<properties>

bigtop-tests/test-execution/integration/sqoop/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<parent>
2323
<groupId>org.apache.bigtop.itest</groupId>
2424
<artifactId>integration-tests</artifactId>
25-
<version>0.7.0-SNAPSHOT</version>
25+
<version>0.8.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>
3030
<groupId>org.apache.bigtop.itest</groupId>
3131
<artifactId>sqoop-integration-execution</artifactId>
32-
<version>0.7.0-SNAPSHOT</version>
32+
<version>0.8.0-SNAPSHOT</version>
3333
<name>sqoop-integration-execution</name>
3434

3535
<properties>

bigtop-tests/test-execution/package/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>org.apache.bigtop.itest</groupId>
2525
<artifactId>smoke-tests</artifactId>
26-
<version>0.7.0-SNAPSHOT</version>
26+
<version>0.8.0-SNAPSHOT</version>
2727
<relativePath>../smokes/pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>org.apache.bigtop.itest</groupId>
3131
<artifactId>package-smoke-execution</artifactId>
32-
<version>0.7.0-SNAPSHOT</version>
32+
<version>0.8.0-SNAPSHOT</version>
3333
<name>packagesmokes</name>
3434

3535
<properties>

0 commit comments

Comments
 (0)