Author: abayer
Date: Tue Aug 30 22:05:03 2011
New Revision: 1163429
URL: http://svn.apache.org/viewvc?rev=1163429&view=rev
Log:
Fixes BIGTOP-4. Tweaks POMs to use Apache POM as parent, get rid of
obsolete infrastructure info.
Modified:
incubator/bigtop/trunk/pom.xml
incubator/bigtop/trunk/test/src/itest-common/pom.xml
incubator/bigtop/trunk/test/src/smokes/flume/pom.xml
incubator/bigtop/trunk/test/src/smokes/hadoop/pom.xml
incubator/bigtop/trunk/test/src/smokes/hbase/pom.xml
incubator/bigtop/trunk/test/src/smokes/hive/pom.xml
incubator/bigtop/trunk/test/src/smokes/oozie/pom.xml
incubator/bigtop/trunk/test/src/smokes/package/pom.xml
incubator/bigtop/trunk/test/src/smokes/pom.xml
incubator/bigtop/trunk/test/src/smokes/sqoop/pom.xml
incubator/bigtop/trunk/test/suites/common/pom.xml
incubator/bigtop/trunk/test/suites/conf/pom.xml
incubator/bigtop/trunk/test/suites/integration/pom.xml
incubator/bigtop/trunk/test/suites/integration/sqoop/pom.xml
incubator/bigtop/trunk/test/suites/package/pom.xml
incubator/bigtop/trunk/test/suites/smokes/flume/pom.xml
incubator/bigtop/trunk/test/suites/smokes/hadoop/pom.xml
incubator/bigtop/trunk/test/suites/smokes/hbase/pom.xml
incubator/bigtop/trunk/test/suites/smokes/hive/pom.xml
incubator/bigtop/trunk/test/suites/smokes/oozie/pom.xml
incubator/bigtop/trunk/test/suites/smokes/pig/pom.xml
incubator/bigtop/trunk/test/suites/smokes/pom.xml
incubator/bigtop/trunk/test/suites/smokes/sqoop/pom.xml
Modified: incubator/bigtop/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/pom.xml (original)
+++ incubator/bigtop/trunk/pom.xml Tue Aug 30 22:05:03 2011
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<groupId>org.apache.bigtop</groupId>
Modified: incubator/bigtop/trunk/test/src/itest-common/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/itest-common/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/src/itest-common/pom.xml (original)
+++ incubator/bigtop/trunk/test/src/itest-common/pom.xml Tue Aug 30 22:05:03
2011
@@ -18,11 +18,18 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
-
+ <parent>
+ <groupId>org.apache.bigtop</groupId>
+ <artifactId>bigtop</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-common</artifactId>
<name>iTest: system and integration testing in the cloud</name>
- <version>1.1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+
<dependencies>
<dependency>
@@ -115,24 +122,4 @@
</extensions>
</build>
- <scm>
- <connection>scm:git:git://github.com/cloudera/iTest.git</connection>
- </scm>
-
- <distributionManagement>
- <snapshotRepository>
- <id>cloudera-snapshots</id>
- <name>Internal Snapshots</name>
-
<url>https://repository.cloudera.com/content/repositories/testsnaps/</url>
- </snapshotRepository>
- <repository>
- <id>azov01.sf.cloudera.com</id>
- <name>Internal Releases</name>
-
<url>http://azov01.sf.cloudera.com:8081/artifactory/libs-release-local</url>
- </repository>
- <site>
- <id>github-project-site</id>
- <url>gitsite:[email protected]/cloudera/iTest.git</url>
- </site>
- </distributionManagement>
</project>
Modified: incubator/bigtop/trunk/test/src/smokes/flume/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/smokes/flume/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/src/smokes/flume/pom.xml (original)
+++ incubator/bigtop/trunk/test/src/smokes/flume/pom.xml Tue Aug 30 22:05:03
2011
@@ -19,20 +19,22 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.bigtop.itest</groupId>
- <artifactId>cdh-smokes</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>bigtop-smokes</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>flumesmoke</artifactId>
- <version>0.9.3-cdh3u1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+
<name>flumesmoke</name>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
- <version>0.20.2-CDH3B4</version>
+ <version>0.20.2</version>
</dependency>
</dependencies>
</project>
Modified: incubator/bigtop/trunk/test/src/smokes/hadoop/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/smokes/hadoop/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/src/smokes/hadoop/pom.xml (original)
+++ incubator/bigtop/trunk/test/src/smokes/hadoop/pom.xml Tue Aug 30 22:05:03
2011
@@ -18,26 +18,28 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.apache.bigtop.itest</groupId>
- <artifactId>cdh-smokes</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>bigtop-smokes</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hadoopsmoke</artifactId>
- <version>0.20.2-cdh3u1-SNAPSHOT</version>
- <name>hadoopsmoke</name>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <name>hadoopsmoke</name>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
- <version>0.20.2-cdh3u0</version>
+ <version>0.20.2</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-test</artifactId>
- <version>0.20.2-cdh3u0</version>
+ <version>0.20.2</version>
</dependency>
</dependencies>
Modified: incubator/bigtop/trunk/test/src/smokes/hbase/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/smokes/hbase/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/src/smokes/hbase/pom.xml (original)
+++ incubator/bigtop/trunk/test/src/smokes/hbase/pom.xml Tue Aug 30 22:05:03
2011
@@ -19,12 +19,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.bigtop.itest</groupId>
- <artifactId>cdh-smokes</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>bigtop-smokes</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hbasesmoke</artifactId>
- <version>0.90.1-cdh3u1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>hbasesmoke</name>
</project>
Modified: incubator/bigtop/trunk/test/src/smokes/hive/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/smokes/hive/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/src/smokes/hive/pom.xml (original)
+++ incubator/bigtop/trunk/test/src/smokes/hive/pom.xml Tue Aug 30 22:05:03 2011
@@ -19,12 +19,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.bigtop.itest</groupId>
- <artifactId>cdh-smokes</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>bigtop-smokes</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hivesmoke</artifactId>
- <version>0.7.0-cdh3u1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>hivesmoke</name>
</project>
Modified: incubator/bigtop/trunk/test/src/smokes/oozie/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/smokes/oozie/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/src/smokes/oozie/pom.xml (original)
+++ incubator/bigtop/trunk/test/src/smokes/oozie/pom.xml Tue Aug 30 22:05:03
2011
@@ -19,20 +19,22 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.bigtop.itest</groupId>
- <artifactId>cdh-smokes</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>bigtop-smokes</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>ooziesmoke</artifactId>
- <version>2.3.0-cdh3u1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>ooziesmoke</name>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
- <version>0.20.2-cdh3u0</version>
+ <version>0.20.2</version>
</dependency>
</dependencies>
</project>
Modified: incubator/bigtop/trunk/test/src/smokes/package/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/smokes/package/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/src/smokes/package/pom.xml (original)
+++ incubator/bigtop/trunk/test/src/smokes/package/pom.xml Tue Aug 30 22:05:03
2011
@@ -18,14 +18,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.apache.bigtop.itest</groupId>
- <artifactId>cdh-smokes</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>bigtop-smokes</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>packagesmoke</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>packagesmoke</name>
<dependencies>
@@ -51,7 +53,7 @@
<dependency>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hadoopsmoke</artifactId>
- <version>0.20.2-cdh3u1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
</dependencies>
Modified: incubator/bigtop/trunk/test/src/smokes/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/smokes/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/src/smokes/pom.xml (original)
+++ incubator/bigtop/trunk/test/src/smokes/pom.xml Tue Aug 30 22:05:03 2011
@@ -18,47 +18,19 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.bigtop</groupId>
+ <artifactId>bigtop</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
<groupId>org.apache.bigtop.itest</groupId>
- <artifactId>cdh-smokes</artifactId>
+ <artifactId>bigtop-smokes</artifactId>
<packaging>pom</packaging>
- <version>1.0-cdh3u1-SNAPSHOT</version>
- <name>cdh-smokes</name>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <name>bigtop-smokes</name>
- <properties>
-
<maven.internal.releases>http://azov01.sf.cloudera.com:8081/artifactory/libs-release-local</maven.internal.releases>
-
<maven.internal.snapshots>https://repository.cloudera.com/content/repositories/testsnaps/</maven.internal.snapshots>
-
<maven.releases.repository>https://repository.cloudera.com/content/groups/cdh-releases-rcs/</maven.releases.repository>
- </properties>
-
- <scm>
-
<connection>scm:git:git://github.sf.cloudera.com/QE/stack.tests.git</connection>
- </scm>
-
- <repositories>
- <repository>
- <id>cloudera-snapshots</id>
- <name>Internal Snapshots</name>
- <url>${maven.internal.snapshots}</url>
- </repository>
- <repository>
- <id>releases</id>
- <name>Cloudera Releases</name>
- <url>${maven.releases.repository}</url>
- </repository>
- </repositories>
-
- <distributionManagement>
- <snapshotRepository>
- <id>cloudera-snapshots</id>
- <name>Internal Snapshots</name>
- <url>${maven.internal.snapshots}</url>
- </snapshotRepository>
- <repository>
- <id>azov01.sf.cloudera.com</id>
- <name>Internal Releases</name>
- <url>${maven.internal.releases}</url>
- </repository>
- </distributionManagement>
<modules>
<module>hadoop</module>
@@ -74,7 +46,7 @@
<dependency>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-common</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<scope>test</scope>
</dependency>
Modified: incubator/bigtop/trunk/test/src/smokes/sqoop/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/src/smokes/sqoop/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/src/smokes/sqoop/pom.xml (original)
+++ incubator/bigtop/trunk/test/src/smokes/sqoop/pom.xml Tue Aug 30 22:05:03
2011
@@ -22,11 +22,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
- <artifactId>cdh-smokes</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <artifactId>bigtop-smokes</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>sqoop-integration</artifactId>
- <version>1.2.0-cdh3u1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>sqoop-integration</name>
</project>
Modified: incubator/bigtop/trunk/test/suites/common/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/suites/common/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/suites/common/pom.xml (original)
+++ incubator/bigtop/trunk/test/suites/common/pom.xml Tue Aug 30 22:05:03 2011
@@ -20,10 +20,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.bigtop</groupId>
+ <artifactId>bigtop</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../../../pom.xml</relativePath>
+ </parent>
+
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
<packaging>pom</packaging>
- <version>1.0-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>stacks-validation-common</name>
<properties>
@@ -153,7 +161,7 @@
<dependency>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-common</artifactId>
- <version>1.0</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: incubator/bigtop/trunk/test/suites/conf/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/suites/conf/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/suites/conf/pom.xml (original)
+++ incubator/bigtop/trunk/test/suites/conf/pom.xml Tue Aug 30 22:05:03 2011
@@ -21,12 +21,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../common/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests-conf</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>smoke-tests-conf</name>
<dependencies>
Modified: incubator/bigtop/trunk/test/suites/integration/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/suites/integration/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/suites/integration/pom.xml (original)
+++ incubator/bigtop/trunk/test/suites/integration/pom.xml Tue Aug 30 22:05:03
2011
@@ -22,32 +22,29 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
- <version>1.0-SNAPSHOT</version>
- <relativePath>../common</relativePath>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../common/pom.xml</relativePath>
</parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>integration-tests</artifactId>
<packaging>pom</packaging>
- <version>1.0-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>hadoop-stack-integration</name>
<properties>
<!--
BOM definitions
-->
- <itest-conf.version>1.1-SNAPSHOT</itest-conf.version>
- <itest-common.version>1.1-SNAPSHOT</itest-common.version>
-
<sqoop-integration.version>1.2.0-cdh3u1-SNAPSHOT</sqoop-integration.version>
+ <itest-conf.version>0.2.0-incubating-SNAPSHOT</itest-conf.version>
+ <itest-common.version>0.2.0-incubating-SNAPSHOT</itest-common.version>
+
<sqoop-integration.version>0.2.0-incubating-SNAPSHOT</sqoop-integration.version>
<!--
End of BOM definitions
-->
</properties>
- <scm>
- <connection>scm:git:git://github.com/cloudera/stacks.git</connection>
- </scm>
-
<!--
List of modules which should be executed as a part of stack testing run
-->
Modified: incubator/bigtop/trunk/test/suites/integration/sqoop/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/suites/integration/sqoop/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/suites/integration/sqoop/pom.xml (original)
+++ incubator/bigtop/trunk/test/suites/integration/sqoop/pom.xml Tue Aug 30
22:05:03 2011
@@ -22,12 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>integration-tests</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>sqoopintegration.integration-tests</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>sqoopintegration</name>
<properties>
Modified: incubator/bigtop/trunk/test/suites/package/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/suites/package/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/suites/package/pom.xml (original)
+++ incubator/bigtop/trunk/test/suites/package/pom.xml Tue Aug 30 22:05:03 2011
@@ -21,30 +21,17 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.bigtop.itest</groupId>
- <artifactId>smoke-tests</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>smoke-tests</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../smokes/pom.xml</relativePath>
</parent>
+
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>packagesmokes.smoke-tests</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>packagesmokes</name>
- <!-- FIXME: we really have to have a way to bootstrap from a Maven repo -->
- <!-- -Dproject.pom=org.apache.bigtop.itest:packagesmokes:1.0-SNAPSHOT
-->
- <repositories>
- <repository>
- <id>cloudera-snapshot</id>
- <name>Cloudera Snapshots</name>
- <url>https://repository.cloudera.com/content/repositories/testsnaps</url>
- </repository>
- <repository>
- <id>cloudera-rcs</id>
- <name>Cloudera RCS</name>
-
<url>https://repository.cloudera.com/content/groups/cdh-releases-rcs</url>
- </repository>
- </repositories>
-
<properties>
<cdh.repo.host>archive.cloudera.com</cdh.repo.host>
<cdh.repo.version>3</cdh.repo.version>
Modified: incubator/bigtop/trunk/test/suites/smokes/flume/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/suites/smokes/flume/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/suites/smokes/flume/pom.xml (original)
+++ incubator/bigtop/trunk/test/suites/smokes/flume/pom.xml Tue Aug 30 22:05:03
2011
@@ -20,14 +20,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.apache.bigtop.itest</groupId>
- <artifactId>smoke-tests</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>smoke-tests</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>flumesmokes.smoke-tests</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>flumesmokes</name>
<properties>
Modified: incubator/bigtop/trunk/test/suites/smokes/hadoop/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/suites/smokes/hadoop/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/suites/smokes/hadoop/pom.xml (original)
+++ incubator/bigtop/trunk/test/suites/smokes/hadoop/pom.xml Tue Aug 30
22:05:03 2011
@@ -21,13 +21,15 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.bigtop.itest</groupId>
- <artifactId>smoke-tests</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>smoke-tests</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hadoopsmokes.smoke-tests</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>hadoopsmokes</name>
<properties>
Modified: incubator/bigtop/trunk/test/suites/smokes/hbase/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/suites/smokes/hbase/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/suites/smokes/hbase/pom.xml (original)
+++ incubator/bigtop/trunk/test/suites/smokes/hbase/pom.xml Tue Aug 30 22:05:03
2011
@@ -20,14 +20,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.apache.bigtop.itest</groupId>
- <artifactId>smoke-tests</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>smoke-tests</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hbasesmokes.smoke-tests</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>hbasesmokes</name>
<properties>
Modified: incubator/bigtop/trunk/test/suites/smokes/hive/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/suites/smokes/hive/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/suites/smokes/hive/pom.xml (original)
+++ incubator/bigtop/trunk/test/suites/smokes/hive/pom.xml Tue Aug 30 22:05:03
2011
@@ -20,14 +20,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.apache.bigtop.itest</groupId>
- <artifactId>smoke-tests</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>smoke-tests</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hivesmokes.smoke-tests</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>hivesmokes</name>
<properties>
Modified: incubator/bigtop/trunk/test/suites/smokes/oozie/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/suites/smokes/oozie/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/suites/smokes/oozie/pom.xml (original)
+++ incubator/bigtop/trunk/test/suites/smokes/oozie/pom.xml Tue Aug 30 22:05:03
2011
@@ -20,14 +20,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.apache.bigtop.itest</groupId>
- <artifactId>smoke-tests</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>smoke-tests</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>ooziesmokes.smoke-tests</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>ooziesmokes</name>
<properties>
Modified: incubator/bigtop/trunk/test/suites/smokes/pig/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/suites/smokes/pig/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/suites/smokes/pig/pom.xml (original)
+++ incubator/bigtop/trunk/test/suites/smokes/pig/pom.xml Tue Aug 30 22:05:03
2011
@@ -20,15 +20,17 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.apache.bigtop.itest</groupId>
- <artifactId>smoke-tests</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>smoke-tests</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>pigsmokes.smoke-tests</artifactId>
<packaging>jar</packaging>
- <version>1.1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>pigsmokes</name>
<properties>
Modified: incubator/bigtop/trunk/test/suites/smokes/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/suites/smokes/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/suites/smokes/pom.xml (original)
+++ incubator/bigtop/trunk/test/suites/smokes/pom.xml Tue Aug 30 22:05:03 2011
@@ -22,41 +22,38 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
- <version>1.0-SNAPSHOT</version>
- <relativePath>../common</relativePath>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../common/pom.xml</relativePath>
</parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
<packaging>pom</packaging>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>hadoop-stack-validation</name>
<properties>
<!--
BOM definitions
-->
- <itest-conf.version>1.1-SNAPSHOT</itest-conf.version>
- <itest-common.version>1.1-SNAPSHOT</itest-common.version>
- <hadoop.version>0.20.2-cdh3u0</hadoop.version>
- <hadoop-smoke.version>0.20.2-cdh3u1-SNAPSHOT</hadoop-smoke.version>
- <flume-smoke.version>0.9.3-cdh3u1-SNAPSHOT</flume-smoke.version>
- <hbase-smoke.version>0.90.1-cdh3u1-SNAPSHOT</hbase-smoke.version>
- <hive-smoke.version>0.7.0-cdh3u1-SNAPSHOT</hive-smoke.version>
- <oozie-smoke.version>2.3.0-cdh3u1-SNAPSHOT</oozie-smoke.version>
- <package-smoke.version>1.0-cdh3u1-SNAPSHOT</package-smoke.version>
- <pig-smoke.version>0.8.0-SNAPSHOT</pig-smoke.version>
- <pig.version>0.8.0-cdh3u0</pig.version>
+ <itest-conf.version>0.2.0-incubating-SNAPSHOT</itest-conf.version>
+ <itest-common.version>0.2.0-incubating-SNAPSHOT</itest-common.version>
+ <hadoop.version>0.20.2</hadoop.version>
+ <hadoop-smoke.version>0.2.0-incubating-SNAPSHOT</hadoop-smoke.version>
+ <flume-smoke.version>0.2.0-incubating-SNAPSHOT</flume-smoke.version>
+ <hbase-smoke.version>0.2.0-incubating-SNAPSHOT</hbase-smoke.version>
+ <hive-smoke.version>0.2.0-incubating-SNAPSHOT</hive-smoke.version>
+ <oozie-smoke.version>0.2.0-incubating-SNAPSHOT</oozie-smoke.version>
+ <package-smoke.version>0.2.0-incubating-SNAPSHOT</package-smoke.version>
+ <pig-smoke.version>0.9.0-SNAPSHOT</pig-smoke.version>
+ <pig.version>0.9.0</pig.version>
<sqoop.version>1.2.0-cdh3u0</sqoop.version>
<!--
End of BOM definitions
-->
</properties>
- <scm>
-
<connection>scm:git:git://github.sf.cloudera.com/cloudera/stacks.git</connection>
- </scm>
-
<!--
List of modules which should be executed as a part of stack testing run
-->
Modified: incubator/bigtop/trunk/test/suites/smokes/sqoop/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/test/suites/smokes/sqoop/pom.xml?rev=1163429&r1=1163428&r2=1163429&view=diff
==============================================================================
--- incubator/bigtop/trunk/test/suites/smokes/sqoop/pom.xml (original)
+++ incubator/bigtop/trunk/test/suites/smokes/sqoop/pom.xml Tue Aug 30 22:05:03
2011
@@ -20,14 +20,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.apache.bigtop.itest</groupId>
- <artifactId>smoke-tests</artifactId>
- <version>1.0-cdh3u1-SNAPSHOT</version>
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>smoke-tests</artifactId>
+ <version>0.2.0-incubating-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>sqoopsmoke.smoke-tests</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>0.2.0-incubating-SNAPSHOT</version>
<name>sqoopsmoke</name>
<properties>