Repository: oozie
Updated Branches:
  refs/heads/branch-4.0 1cce35c9c -> aa8dba73e


OOZIE-1736 Switch to Hadoop 2.3.0 for the hadoop-2 profile (rkanter)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/aa8dba73
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/aa8dba73
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/aa8dba73

Branch: refs/heads/branch-4.0
Commit: aa8dba73e6dcf96e607cd31c90cf38cc236ef38a
Parents: 1cce35c
Author: Robert Kanter <[email protected]>
Authored: Wed Mar 12 16:01:01 2014 -0700
Committer: Robert Kanter <[email protected]>
Committed: Wed Mar 12 16:01:01 2014 -0700

----------------------------------------------------------------------
 hadooplibs/hadoop-2/pom.xml        | 4 ++--
 hadooplibs/hadoop-distcp-2/pom.xml | 4 ++--
 hadooplibs/hadoop-test-2/pom.xml   | 4 ++--
 pom.xml                            | 4 ++--
 release-log.txt                    | 1 +
 5 files changed, 9 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/aa8dba73/hadooplibs/hadoop-2/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/hadoop-2/pom.xml b/hadooplibs/hadoop-2/pom.xml
index 9131333..1ed24ba 100644
--- a/hadooplibs/hadoop-2/pom.xml
+++ b/hadooplibs/hadoop-2/pom.xml
@@ -27,7 +27,7 @@
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop</artifactId>
-    <version>2.2.0.oozie-4.0.0</version>
+    <version>2.3.0.oozie-4.0.0</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>2.2.0</version>
+            <version>2.3.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/oozie/blob/aa8dba73/hadooplibs/hadoop-distcp-2/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/hadoop-distcp-2/pom.xml 
b/hadooplibs/hadoop-distcp-2/pom.xml
index d60c561..647d2f2 100644
--- a/hadooplibs/hadoop-distcp-2/pom.xml
+++ b/hadooplibs/hadoop-distcp-2/pom.xml
@@ -27,7 +27,7 @@
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>2.2.0.oozie-4.0.0</version>
+    <version>2.3.0.oozie-4.0.0</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-distcp</artifactId>
-            <version>2.2.0</version>
+            <version>2.3.0</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>

http://git-wip-us.apache.org/repos/asf/oozie/blob/aa8dba73/hadooplibs/hadoop-test-2/pom.xml
----------------------------------------------------------------------
diff --git a/hadooplibs/hadoop-test-2/pom.xml b/hadooplibs/hadoop-test-2/pom.xml
index 3af7e9f..374c8a2 100644
--- a/hadooplibs/hadoop-test-2/pom.xml
+++ b/hadooplibs/hadoop-test-2/pom.xml
@@ -27,7 +27,7 @@
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-test</artifactId>
-    <version>2.2.0.oozie-4.0.0</version>
+    <version>2.3.0.oozie-4.0.0</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>2.2.0</version>
+            <version>2.3.0</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>

http://git-wip-us.apache.org/repos/asf/oozie/blob/aa8dba73/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4424d63..5738a63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1040,8 +1040,8 @@
                 <activeByDefault>false</activeByDefault>
             </activation>
             <properties>
-               <hadoop.version>2.2.0</hadoop.version>
-               <hadoop.auth.version>2.2.0</hadoop.auth.version>
+               <hadoop.version>2.3.0</hadoop.version>
+               <hadoop.auth.version>2.3.0</hadoop.auth.version>
                <pig.classifier>h2</pig.classifier>
                <sqoop.classifier>hadoop200</sqoop.classifier>
             </properties>

http://git-wip-us.apache.org/repos/asf/oozie/blob/aa8dba73/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index ce706c3..7cb2969 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.0.1 release (unreleased)
 
+OOZIE-1736 Switch to Hadoop 2.3.0 for the hadoop-2 profile (rkanter)
 OOZIE-1670 Workflow kill command doesn't kill child job for map-reduce action 
(puru via rohini)
 OOZIE-1630 <prepare> operations fail when path doesn't have scheme (ryota)
 OOZIE-1627 Rerun doesn't resolve workflow app name (puru via rohini)

Reply via email to