You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ar...@apache.org on 2012/02/03 16:11:11 UTC

svn commit: r1240208 - /incubator/sqoop/trunk/build.xml

Author: arvind
Date: Fri Feb  3 15:11:11 2012
New Revision: 1240208

URL: http://svn.apache.org/viewvc?rev=1240208&view=rev
Log:
SQOOP-433. Tests are failing on current 0.23 version.

(Jarcec Cecho via Arvind Prabhakar)

Modified:
    incubator/sqoop/trunk/build.xml

Modified: incubator/sqoop/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/sqoop/trunk/build.xml?rev=1240208&r1=1240207&r2=1240208&view=diff
==============================================================================
--- incubator/sqoop/trunk/build.xml (original)
+++ incubator/sqoop/trunk/build.xml Fri Feb  3 15:11:11 2012
@@ -676,7 +676,11 @@
       -->
       <sysproperty key="hadoop.tmp.dir" value="${build.test}/hadoop"/>
 
-      <sysproperty key="fs.default.name" value="${fs.default.name}"/>
+     <!--
+       Set to an empty string below due to MAPREDUCE-3736
+     <sysproperty key="fs.default.name" value="${fs.default.name}"/>
+     -->
+      <sysproperty key="fs.default.name" value=""/>
       <sysproperty key="hadoop.test.localoutputfile"
           value="${hadoop.test.localoutputfile}"/>
       <sysproperty key="hadoop.log.dir" value="${test.log.dir}"/>