You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by rk...@apache.org on 2013/05/01 02:55:39 UTC

svn commit: r1477893 - in /oozie/trunk: pom.xml release-log.txt sharelib/sqoop/pom.xml

Author: rkanter
Date: Wed May  1 00:55:38 2013
New Revision: 1477893

URL: http://svn.apache.org/r1477893
Log:
OOZIE-1344 We should use Sqoop 1.4.3 instead of 1.5.0-incubating-SNAPSHOT (rkanter)

Modified:
    oozie/trunk/pom.xml
    oozie/trunk/release-log.txt
    oozie/trunk/sharelib/sqoop/pom.xml

Modified: oozie/trunk/pom.xml
URL: http://svn.apache.org/viewvc/oozie/trunk/pom.xml?rev=1477893&r1=1477892&r2=1477893&view=diff
==============================================================================
--- oozie/trunk/pom.xml (original)
+++ oozie/trunk/pom.xml Wed May  1 00:55:38 2013
@@ -84,7 +84,8 @@
          <!-- Sharelib component versions -->
          <hive.version>0.9.0</hive.version>
          <pig.version>0.9.0</pig.version>
-         <sqoop.version>1.5.0-incubating-SNAPSHOT</sqoop.version>
+         <sqoop.version>1.4.3</sqoop.version>
+         <sqoop.classifier>hadoop100</sqoop.classifier>
          <streaming.version>${hadoop.version}</streaming.version>
          <distcp.version>${hadooplib.version}</distcp.version>
 
@@ -670,6 +671,7 @@
                 <groupId>org.apache.sqoop</groupId>
                 <artifactId>sqoop</artifactId>
                 <version>${sqoop.version}</version>
+                <classifier>${sqoop.classifier}</classifier>
             </dependency>
 
             <dependency>

Modified: oozie/trunk/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/trunk/release-log.txt?rev=1477893&r1=1477892&r2=1477893&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Wed May  1 00:55:38 2013
@@ -37,6 +37,7 @@ OOZIE-1239 Bump up trunk to 4.1.0-SNAPSH
 
 -- Oozie 4.0.0 (unreleased)
 
+OOZIE-1344 We should use Sqoop 1.4.3 instead of 1.5.0-incubating-SNAPSHOT (rkanter)
 OOZIE-1146 FileSystem used by prepare sections should use the configuration of the action (rohini via virag)
 OOZIE-1215 add note of using escape for oozie jobs filters in doc (egashira via rkanter)
 OOZIE-1331 URIHandlerService not allowing relative path for URI's (virag)

Modified: oozie/trunk/sharelib/sqoop/pom.xml
URL: http://svn.apache.org/viewvc/oozie/trunk/sharelib/sqoop/pom.xml?rev=1477893&r1=1477892&r2=1477893&view=diff
==============================================================================
--- oozie/trunk/sharelib/sqoop/pom.xml (original)
+++ oozie/trunk/sharelib/sqoop/pom.xml Wed May  1 00:55:38 2013
@@ -42,6 +42,7 @@
             <groupId>org.apache.sqoop</groupId>
             <artifactId>sqoop</artifactId>
             <scope>compile</scope>
+            <classifier>${sqoop.classifier}</classifier>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.hadoop</groupId>