Modified: incubator/bigtop/branches/hadoop-0.23/bigtop-tests/test-artifacts/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-tests/test-artifacts/pom.xml?rev=1292977&r1=1292976&r2=1292977&view=diff ============================================================================== --- incubator/bigtop/branches/hadoop-0.23/bigtop-tests/test-artifacts/pom.xml (original) +++ incubator/bigtop/branches/hadoop-0.23/bigtop-tests/test-artifacts/pom.xml Thu Feb 23 22:04:09 2012 @@ -34,22 +34,22 @@ <modules> <module>hadoop</module> - <module>hive</module> <module>package</module> - <module>oozie</module> + <!-- module>oozie</module> + <module>hive</module> <module>hbase</module> <module>flume</module> <module>sqoop</module> - <module>mahout</module> + <module>mahout</module--> </modules> <properties> <junit.version>4.8.2</junit.version> <itest-common.version>0.3.0-hadoop23-incubating-SNAPSHOT</itest-common.version> - <hadoop.version>0.20.205.0</hadoop.version> - <pig.version>0.9.1</pig.version> - <sqoop.version>1.3.0</sqoop.version> - <hbase.version>0.90.4</hbase.version> + <hadoop.version>0.23.1-SNAPSHOT</hadoop.version> + <pig.version>0.9.2</pig.version> + <sqoop.version>1.4.0-incubating</sqoop.version> + <hbase.version>0.92.0-SNAPSHOT</hbase.version> </properties> <dependencyManagement> @@ -64,6 +64,7 @@ <artifactId>itest-common</artifactId> <version>${itest-common.version}</version> </dependency> + <!-- <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-core</artifactId> @@ -85,6 +86,7 @@ <version>${hbase.version}</version> <type>test-jar</type> </dependency> + --> </dependencies> </dependencyManagement>
Modified: incubator/bigtop/branches/hadoop-0.23/bigtop-tests/test-execution/smokes/hadoop/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-tests/test-execution/smokes/hadoop/pom.xml?rev=1292977&r1=1292976&r2=1292977&view=diff ============================================================================== --- incubator/bigtop/branches/hadoop-0.23/bigtop-tests/test-execution/smokes/hadoop/pom.xml (original) +++ incubator/bigtop/branches/hadoop-0.23/bigtop-tests/test-execution/smokes/hadoop/pom.xml Thu Feb 23 22:04:09 2012 @@ -51,6 +51,12 @@ <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdfs</artifactId> + <version>${hadoop.version}</version> </dependency> <!-- explicit dependency is needed to pull down transient deps. such as hadoop-examples --> <dependency> Modified: incubator/bigtop/branches/hadoop-0.23/bigtop-tests/test-execution/smokes/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-tests/test-execution/smokes/pom.xml?rev=1292977&r1=1292976&r2=1292977&view=diff ============================================================================== --- incubator/bigtop/branches/hadoop-0.23/bigtop-tests/test-execution/smokes/pom.xml (original) +++ incubator/bigtop/branches/hadoop-0.23/bigtop-tests/test-execution/smokes/pom.xml Thu Feb 23 22:04:09 2012 @@ -39,7 +39,7 @@ --> <itest-conf.version>0.3.0-hadoop23-incubating-SNAPSHOT</itest-conf.version> <itest-common.version>0.3.0-hadoop23-incubating-SNAPSHOT</itest-common.version> - <hadoop.version>0.20.205.0</hadoop.version> + <hadoop.version>0.23.1-SNAPSHOT</hadoop.version> <hadoop-smoke.version>0.3.0-hadoop23-incubating-SNAPSHOT</hadoop-smoke.version> <flume-smoke.version>0.3.0-hadoop23-incubating-SNAPSHOT</flume-smoke.version> <hbase-smoke.version>0.3.0-hadoop23-incubating-SNAPSHOT</hbase-smoke.version> @@ -48,8 +48,8 @@ <oozie-smoke.version>0.3.0-hadoop23-incubating-SNAPSHOT</oozie-smoke.version> <package-smoke.version>0.3.0-hadoop23-incubating-SNAPSHOT</package-smoke.version> <pig-smoke.version>0.9.0-SNAPSHOT</pig-smoke.version> - <pig.version>0.9.1</pig.version> - <sqoop.version>1.3.0</sqoop.version> + <pig.version>0.9.2</pig.version> + <sqoop.version>1.4.0-incubating</sqoop.version> <!-- End of BOM definitions --> @@ -59,14 +59,18 @@ List of modules which should be executed as a part of stack testing run --> <modules> + <!-- <module>pig</module> <module>hive</module> + --> <module>hadoop</module> + <!-- <module>oozie</module> <module>sqoop</module> <module>flume</module> <module>hbase</module> <module>mahout</module> + --> </modules> <dependencyManagement> @@ -104,6 +108,7 @@ BOM definitions --> <!-- Product artifacts --> + <!-- <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> @@ -141,6 +146,7 @@ <version>${pig.version}</version> <scope>test</scope> </dependency> + --> <!-- Test artifacts --> <dependency> <groupId>org.apache.bigtop.itest</groupId> @@ -153,6 +159,7 @@ Same goes for the rest of the bunch here--> <scope>test</scope> </dependency> + <!-- <dependency> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hbase-smoke</artifactId> @@ -195,7 +202,7 @@ <version>${sqoop.version}</version> <scope>test</scope> </dependency> - + --> <!-- End of BOM definitions -->
