You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2011/10/04 18:30:14 UTC

svn commit: r1178854 - in /incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes: hadoop/pom.xml hive/pom.xml pig/pom.xml pom.xml sqoop/pom.xml

Author: rvs
Date: Tue Oct  4 16:30:14 2011
New Revision: 1178854

URL: http://svn.apache.org/viewvc?rev=1178854&view=rev
Log:
Bumping test dependnecy to .22-SNAPSHOT

Modified:
    incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hadoop/pom.xml
    incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hive/pom.xml
    incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/pig/pom.xml
    incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/pom.xml
    incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/sqoop/pom.xml

Modified: incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hadoop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hadoop/pom.xml?rev=1178854&r1=1178853&r2=1178854&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hadoop/pom.xml (original)
+++ incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hadoop/pom.xml Tue Oct  4 16:30:14 2011
@@ -50,7 +50,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-core</artifactId>
+      <artifactId>hadoop-common</artifactId>
     </dependency>
     <!-- explicit dependency is needed to pull down transient deps. such as hadoop-examples -->
     <dependency>

Modified: incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hive/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hive/pom.xml?rev=1178854&r1=1178853&r2=1178854&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hive/pom.xml (original)
+++ incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/hive/pom.xml Tue Oct  4 16:30:14 2011
@@ -46,7 +46,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-core</artifactId>
+      <artifactId>hadoop-common</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>

Modified: incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/pig/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/pig/pom.xml?rev=1178854&r1=1178853&r2=1178854&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/pig/pom.xml (original)
+++ incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/pig/pom.xml Tue Oct  4 16:30:14 2011
@@ -55,7 +55,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-core</artifactId>
+      <artifactId>hadoop-common</artifactId>
     </dependency>
   </dependencies>
 

Modified: incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/pom.xml?rev=1178854&r1=1178853&r2=1178854&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/pom.xml (original)
+++ incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/pom.xml Tue Oct  4 16:30:14 2011
@@ -39,7 +39,7 @@
     -->
     <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.version>0.22.0-SNAPSHOT</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>
@@ -104,7 +104,7 @@
 <!-- Product artifacts -->
       <dependency>
         <groupId>org.apache.hadoop</groupId>
-        <artifactId>hadoop-core</artifactId>
+        <artifactId>hadoop-common</artifactId>
         <version>${hadoop.version}</version>
       </dependency>
       <dependency>

Modified: incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/sqoop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/sqoop/pom.xml?rev=1178854&r1=1178853&r2=1178854&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/sqoop/pom.xml (original)
+++ incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-execution/smokes/sqoop/pom.xml Tue Oct  4 16:30:14 2011
@@ -58,7 +58,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-core</artifactId>
+      <artifactId>hadoop-common</artifactId>
     </dependency>
 
     <dependency>