You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by jn...@apache.org on 2012/01/12 17:09:49 UTC

svn commit: r1230610 - in /nutch/trunk: CHANGES.txt ivy/ivy.xml

Author: jnioche
Date: Thu Jan 12 16:09:49 2012
New Revision: 1230610

URL: http://svn.apache.org/viewvc?rev=1230610&view=rev
Log:
Upgrade to Hadoop 1.0.0

Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/ivy/ivy.xml

Modified: nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1230610&r1=1230609&r2=1230610&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Thu Jan 12 16:09:49 2012
@@ -1,5 +1,7 @@
 Nutch Change Log
 
+* NUTCH-1246 Upgrade to Hadoop 1.0.0 (jnioche)
+
 * NUTCH-1139 Indexer to delete gone documents (markus)
 
 * NUTCH-1244 CrawlDBDumper to filter by regex (markus)

Modified: nutch/trunk/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/ivy/ivy.xml?rev=1230610&r1=1230609&r2=1230610&view=diff
==============================================================================
--- nutch/trunk/ivy/ivy.xml (original)
+++ nutch/trunk/ivy/ivy.xml Thu Jan 12 16:09:49 2012
@@ -46,7 +46,7 @@
 		<dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.9.3"
 			conf="*->default" />
 
-		<dependency org="org.apache.hadoop" name="hadoop-core" rev="0.20.205.0"
+		<dependency org="org.apache.hadoop" name="hadoop-core" rev="1.0.0"
 			conf="*->default">
 			<exclude org="hsqldb" name="hsqldb" />
 			<exclude org="net.sf.kosmosfs" name="kfs" />