Author: lewismc
Date: Sat Feb 18 13:30:21 2012
New Revision: 1245921

URL: http://svn.apache.org/viewvc?rev=1245921&view=rev
Log:
commit to address NUTCH-1246 and update to CHANGES.txt

Modified:
    nutch/branches/nutchgora/CHANGES.txt
    nutch/branches/nutchgora/ivy/ivy.xml

Modified: nutch/branches/nutchgora/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/branches/nutchgora/CHANGES.txt?rev=1245921&r1=1245920&r2=1245921&view=diff
==============================================================================
--- nutch/branches/nutchgora/CHANGES.txt (original)
+++ nutch/branches/nutchgora/CHANGES.txt Sat Feb 18 13:30:21 2012
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release nutchgora - Current Development
 
+* NUTCH-1246 Upgrade to Hadoop 1.0.0 (lewismc)
+
 * NUTCH-1279 Check if limit has been reached in GeneraterReducer must be the 
first check performance-wise. (ferdy)
 
 * NUTCH-1255 Change ivy.xml of all plugins to remove "nutch.root" property 
(ferdy)

Modified: nutch/branches/nutchgora/ivy/ivy.xml
URL: 
http://svn.apache.org/viewvc/nutch/branches/nutchgora/ivy/ivy.xml?rev=1245921&r1=1245920&r2=1245921&view=diff
==============================================================================
--- nutch/branches/nutchgora/ivy/ivy.xml (original)
+++ nutch/branches/nutchgora/ivy/ivy.xml Sat Feb 18 13:30:21 2012
@@ -43,7 +43,7 @@
                <dependency org="commons-codec" name="commons-codec" rev="1.3"
                        conf="*->default" />
 
-               <dependency org="org.apache.hadoop" name="hadoop-core" 
rev="0.20.2"
+               <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" />
@@ -75,7 +75,7 @@
                <!--artifacts needed for testing -->
                <dependency org="junit" name="junit" rev="3.8.1" 
conf="test->default" />
 
-               <dependency org="org.apache.hadoop" name="hadoop-test" 
rev="0.20.2"
+               <dependency org="org.apache.hadoop" name="hadoop-test" 
rev="0.20.205.0"
                        conf="test->default">
                        <exclude org="hsqldb" name="hsqldb" />
                        <exclude org="net.sf.kosmosfs" name="kfs" />


Reply via email to