5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-02 19:31:59 +08:00

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

(Jarek Jarcec Cecho via Kate Ting)
This commit is contained in:
Kate Ting 2013-06-14 16:39:45 -04:00
parent 931da2b126
commit 9a98454ef0

View File

@ -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>