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/02/04 19:02:38 UTC

svn commit: r1442248 - in /oozie/branches/branch-3.3: hadooplibs/hadoop-1/pom.xml hadooplibs/hadoop-distcp-1/pom.xml hadooplibs/hadoop-test-1/pom.xml pom.xml release-log.txt

Author: rkanter
Date: Mon Feb  4 18:02:38 2013
New Revision: 1442248

URL: http://svn.apache.org/viewvc?rev=1442248&view=rev
Log:
OOZIE-816. Add Support for Hadoop 1.1.1. (zhujinwei and harsh via harsh)

Modified:
    oozie/branches/branch-3.3/hadooplibs/hadoop-1/pom.xml
    oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-1/pom.xml
    oozie/branches/branch-3.3/hadooplibs/hadoop-test-1/pom.xml
    oozie/branches/branch-3.3/pom.xml
    oozie/branches/branch-3.3/release-log.txt

Modified: oozie/branches/branch-3.3/hadooplibs/hadoop-1/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hadooplibs/hadoop-1/pom.xml?rev=1442248&r1=1442247&r2=1442248&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hadooplibs/hadoop-1/pom.xml (original)
+++ oozie/branches/branch-3.3/hadooplibs/hadoop-1/pom.xml Mon Feb  4 18:02:38 2013
@@ -27,7 +27,7 @@
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop</artifactId>
-    <version>1.0.1.oozie-3.3.1</version>
+    <version>1.1.1.oozie-3.3.1</version>
     <description>Apache Oozie Hadoop ${project.version}</description>
     <name>Apache Oozie Hadoop ${project.version}</name>
     <packaging>jar</packaging>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-client</artifactId>
-            <version>1.0.1</version>
+            <version>1.1.1</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>

Modified: oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-1/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-1/pom.xml?rev=1442248&r1=1442247&r2=1442248&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-1/pom.xml (original)
+++ oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-1/pom.xml Mon Feb  4 18:02:38 2013
@@ -27,7 +27,7 @@
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>1.0.1.oozie-3.3.1</version>
+    <version>1.1.1.oozie-3.3.1</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-tools</artifactId>
-            <version>1.0.1</version>
+            <version>1.1.1</version>
             <scope>compile</scope>
             <exclusions>
                 <exclusion>

Modified: oozie/branches/branch-3.3/hadooplibs/hadoop-test-1/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hadooplibs/hadoop-test-1/pom.xml?rev=1442248&r1=1442247&r2=1442248&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hadooplibs/hadoop-test-1/pom.xml (original)
+++ oozie/branches/branch-3.3/hadooplibs/hadoop-test-1/pom.xml Mon Feb  4 18:02:38 2013
@@ -27,7 +27,7 @@
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-test</artifactId>
-    <version>1.0.1.oozie-3.3.1</version>
+    <version>1.1.1.oozie-3.3.1</version>
     <description>Apache Oozie Hadoop ${project.version} Test</description>
     <name>Apache Oozie Hadoop ${project.version} Test</name>
     <packaging>jar</packaging>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-minicluster</artifactId>
-            <version>1.0.1</version>
+            <version>1.1.1</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>

Modified: oozie/branches/branch-3.3/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/pom.xml?rev=1442248&r1=1442247&r2=1442248&view=diff
==============================================================================
--- oozie/branches/branch-3.3/pom.xml (original)
+++ oozie/branches/branch-3.3/pom.xml Mon Feb  4 18:02:38 2013
@@ -66,7 +66,7 @@
         </oozie.test.default.config.file>
         <oozie.test.config.file>${oozie.test.default.config.file}</oozie.test.config.file>
 
-        <hadoop.version>1.0.1</hadoop.version>
+        <hadoop.version>1.1.1</hadoop.version>
         <hbase.version>0.94.2</hbase.version>
 
         <hadooplib.version>${hadoop.version}.oozie-${project.version}</hadooplib.version>

Modified: oozie/branches/branch-3.3/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/release-log.txt?rev=1442248&r1=1442247&r2=1442248&view=diff
==============================================================================
--- oozie/branches/branch-3.3/release-log.txt (original)
+++ oozie/branches/branch-3.3/release-log.txt Mon Feb  4 18:02:38 2013
@@ -1,5 +1,6 @@
 -- Oozie 3.3.2 (unreleased)
 
+OOZIE-816 Add Support for Hadoop 1.1.1 (zhujinwei and harsh via harsh)
 OOZIE-1106 latest and future function do not work correctly when oozie processing timezone is non UTC (rohini via tucu)
 OOZIE-1102 Update Oozie README.txt to have the TLP mailing list and links (jaoki via rkanter)
 OOZIE-1057 Log message for retrying to connect to the JT always says 60,000 milliseconds (jiezhou via rkanter)