You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ka...@apache.org on 2013/06/15 00:12:39 UTC

git commit: SQOOP-1010: Change default Hadoop profile to 2.x

Updated Branches:
  refs/heads/trunk 931da2b12 -> 9a98454ef


SQOOP-1010: Change default Hadoop profile to 2.x

(Jarek Jarcec Cecho via Kate Ting)


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

Branch: refs/heads/trunk
Commit: 9a98454ef0d8ab0f789f87228ea7f15482db412e
Parents: 931da2b
Author: Kate Ting <ka...@apache.org>
Authored: Fri Jun 14 16:39:45 2013 -0400
Committer: Kate Ting <ka...@apache.org>
Committed: Fri Jun 14 16:39:45 2013 -0400

----------------------------------------------------------------------
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/9a98454e/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index b4b08e5..ffc878e 100644
--- a/build.xml
+++ b/build.xml
@@ -38,8 +38,8 @@
       <echo message="Use Hadoop ${hadoopversion}" />
     </then>
     <else>
-      <echo message="Use Hadoop 0.23 by default" />
-      <property name="hadoopversion" value="23" />
+      <echo message="Use Hadoop 2.x by default" />
+      <property name="hadoopversion" value="200" />
     </else>
   </if>