Author: lewismc
Date: Fri Dec 9 14:54:45 2011
New Revision: 1212461
URL: http://svn.apache.org/viewvc?rev=1212461&view=rev
Log:
commit to address NUTCH-1216 and update to CHANGES.txt
Modified:
nutch/branches/nutchgora/CHANGES.txt
nutch/branches/nutchgora/lib/native/README.txt
Modified: nutch/branches/nutchgora/CHANGES.txt
URL:
http://svn.apache.org/viewvc/nutch/branches/nutchgora/CHANGES.txt?rev=1212461&r1=1212460&r2=1212461&view=diff
==============================================================================
--- nutch/branches/nutchgora/CHANGES.txt (original)
+++ nutch/branches/nutchgora/CHANGES.txt Fri Dec 9 14:54:45 2011
@@ -2,6 +2,8 @@ Nutch Change Log
Release nutchgora - Current Development
+* NUTCH-1216 Add trivial comment to lib/native/README.txt (lewismc)
+
* NUTCH-1198 Less verbose logging when unmapped mimetypes are trying to be
parsed. (ferdy)
* NUTCH-1196 Update job should impose an upper limit on the number of inlinks
(nutchgora) (ferdy)
Modified: nutch/branches/nutchgora/lib/native/README.txt
URL:
http://svn.apache.org/viewvc/nutch/branches/nutchgora/lib/native/README.txt?rev=1212461&r1=1212460&r2=1212461&view=diff
==============================================================================
--- nutch/branches/nutchgora/lib/native/README.txt (original)
+++ nutch/branches/nutchgora/lib/native/README.txt Fri Dec 9 14:54:45 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
-------------------