You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by ve...@apache.org on 2014/05/01 22:43:01 UTC

[3/3] git commit: FALCON-421 Upgrade Hadoop to 2.4.0. Contributed by Sowmya Ramesh

FALCON-421 Upgrade Hadoop to 2.4.0. Contributed by Sowmya Ramesh


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

Branch: refs/heads/master
Commit: f17ed681b0a0655bc573fed3f94d09689334de5c
Parents: cb47605
Author: Venkatesh Seetharam <ve...@apache.org>
Authored: Thu May 1 13:42:19 2014 -0700
Committer: Venkatesh Seetharam <ve...@apache.org>
Committed: Thu May 1 13:42:19 2014 -0700

----------------------------------------------------------------------
 CHANGES.txt | 2 ++
 pom.xml     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/f17ed681/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 61f1766..9c403ad 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -28,6 +28,8 @@ Trunk (Unreleased)
     Venkatesh Seetharam)
    
   IMPROVEMENTS
+    FALCON-421 Upgrade Hadoop to 2.4.0 (Sowmya Ramesh via Venkatesh Seetharam)
+
     FALCON-386 Upgrade to oozie 4.0.1. (Sowmya Ramesh via Venkatesh Seetharam)
 
     FALCON-392 HCat Example Recipes. (Shwetha GS via Venkatesh Seetharam)

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/f17ed681/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1fd36d8..d3ae8b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@
         <profile>
             <id>hadoop-2</id>
             <properties>
-                <hadoop.version>2.2.0</hadoop.version>
+                <hadoop.version>2.4.0</hadoop.version>
             </properties>
             <dependencyManagement>
                 <dependencies>