Author: cutting
Date: Mon Feb  6 10:16:22 2006
New Revision: 375326

URL: http://svn.apache.org/viewcvs?rev=375326&view=rev
Log:
Remove Hadoop config files and update to latest Hadoop jar.

Removed:
    lucene/nutch/trunk/conf/hadoop-default.xml
    lucene/nutch/trunk/conf/mapred-default.xml.template
Modified:
    lucene/nutch/trunk/lib/hadoop-0.1-dev.jar
    lucene/nutch/trunk/src/java/org/apache/nutch/crawl/Crawl.java

Modified: lucene/nutch/trunk/lib/hadoop-0.1-dev.jar
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/lib/hadoop-0.1-dev.jar?rev=375326&r1=375325&r2=375326&view=diff
==============================================================================
Binary files - no diff available.

Modified: lucene/nutch/trunk/src/java/org/apache/nutch/crawl/Crawl.java
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/java/org/apache/nutch/crawl/Crawl.java?rev=375326&r1=375325&r2=375326&view=diff
==============================================================================
--- lucene/nutch/trunk/src/java/org/apache/nutch/crawl/Crawl.java (original)
+++ lucene/nutch/trunk/src/java/org/apache/nutch/crawl/Crawl.java Mon Feb  6 
10:16:22 2006
@@ -51,7 +51,7 @@
     }
 
     Configuration conf = NutchConfiguration.create();
-    conf.addAppResource("crawl-tool.xml");
+    conf.addDefaultResource("crawl-tool.xml");
     JobConf job = new JobConf(conf);
 
     File rootUrlDir = null;




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to