Author: rkanter
Date: Wed May  1 00:55:25 2013
New Revision: 1477892

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

Modified:
    oozie/branches/branch-4.0/pom.xml
    oozie/branches/branch-4.0/release-log.txt
    oozie/branches/branch-4.0/sharelib/sqoop/pom.xml

Modified: oozie/branches/branch-4.0/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/pom.xml?rev=1477892&r1=1477891&r2=1477892&view=diff
==============================================================================
--- oozie/branches/branch-4.0/pom.xml (original)
+++ oozie/branches/branch-4.0/pom.xml Wed May  1 00:55:25 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>
 
@@ -659,6 +660,7 @@
                 <groupId>org.apache.sqoop</groupId>
                 <artifactId>sqoop</artifactId>
                 <version>${sqoop.version}</version>
+                <classifier>${sqoop.classifier}</classifier>
             </dependency>
 
             <dependency>

Modified: oozie/branches/branch-4.0/release-log.txt
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/release-log.txt?rev=1477892&r1=1477891&r2=1477892&view=diff
==============================================================================
--- oozie/branches/branch-4.0/release-log.txt (original)
+++ oozie/branches/branch-4.0/release-log.txt Wed May  1 00:55:25 2013
@@ -1,5 +1,6 @@
 -- 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/branches/branch-4.0/sharelib/sqoop/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/sharelib/sqoop/pom.xml?rev=1477892&r1=1477891&r2=1477892&view=diff
==============================================================================
--- oozie/branches/branch-4.0/sharelib/sqoop/pom.xml (original)
+++ oozie/branches/branch-4.0/sharelib/sqoop/pom.xml Wed May  1 00:55:25 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>


Reply via email to