5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 06:39:54 +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}" /> <echo message="Use Hadoop ${hadoopversion}" />
</then> </then>
<else> <else>
<echo message="Use Hadoop 0.23 by default" /> <echo message="Use Hadoop 2.x by default" />
<property name="hadoopversion" value="23" /> <property name="hadoopversion" value="200" />
</else> </else>
</if> </if>