You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by cw...@apache.org on 2012/01/26 03:02:27 UTC

svn commit: r1236023 - /hive/trunk/build.properties

Author: cws
Date: Thu Jan 26 02:02:26 2012
New Revision: 1236023

URL: http://svn.apache.org/viewvc?rev=1236023&view=rev
Log:
HIVE-2698 [jira] Enable Hadoop-1.0.0 in Hive
(Enis Söztutar via Carl Steinbach)

Summary:
third version of the patch

Hadoop-1.0.0 is recently released, which is AFAIK, API compatible to the 0.20S
release.

Test Plan: EMPTY

Reviewers: JIRA, cwsteinbach

Reviewed By: cwsteinbach

CC: cwsteinbach, enis

Differential Revision: https://reviews.facebook.net/D1389

Modified:
    hive/trunk/build.properties

Modified: hive/trunk/build.properties
URL: http://svn.apache.org/viewvc/hive/trunk/build.properties?rev=1236023&r1=1236022&r2=1236023&view=diff
==============================================================================
--- hive/trunk/build.properties (original)
+++ hive/trunk/build.properties Thu Jan 26 02:02:26 2012
@@ -11,7 +11,7 @@ javac.args=
 javac.args.warnings=
 
 hadoop-0.20.version=0.20.1
-hadoop-0.20S.version=0.20.3-CDH3-SNAPSHOT
+hadoop-0.20S.version=1.0.0
 hadoop-0.23.version=0.23.0
 hadoop.version=${hadoop-0.20.version}
 hadoop.security.version=${hadoop-0.20S.version}