Author: lewismc
Date: Fri Dec 9 14:52:15 2011
New Revision: 1212458
URL: http://svn.apache.org/viewvc?rev=1212458&view=rev
Log:
commit to address NUTCH-1216 and update to CHANGES.txt
Modified:
nutch/trunk/CHANGES.txt
nutch/trunk/lib/native/README.txt
Modified: nutch/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1212458&r1=1212457&r2=1212458&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Fri Dec 9 14:52:15 2011
@@ -1,5 +1,7 @@
Nutch Change Log
+* NUTCH-1216 Add trivial comment to lib/native/README.txt (lewismc)
+
* NUTCH-1214 DomainStats tool should be named for what it's doing (markus)
* NUTCH-1213 Pass additional SolrParams when indexing to Solr (ab)
Modified: nutch/trunk/lib/native/README.txt
URL:
http://svn.apache.org/viewvc/nutch/trunk/lib/native/README.txt?rev=1212458&r1=1212457&r2=1212458&view=diff
==============================================================================
--- nutch/trunk/lib/native/README.txt (original)
+++ nutch/trunk/lib/native/README.txt Fri Dec 9 14:52:15 2011
@@ -24,7 +24,15 @@ The build process will include these nat
the /runtime/local environment for running in local mode.
/runtime/local/bin/nutch knows how to use these libs - if they are
-found and correctly used you should see lines like this in your logs:
+found and correctly used that's fine, however if they are not and you
+see WARN, don't worry, however you will see lines like this in your logs:
+
+15:36:02,126 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load
+native-hadoop library for your platform... using builtin-java classes where
+applicable
+...
+probably quite a few more of the same
+...
Distributed runtime
-------------------