You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2012/06/20 15:02:09 UTC

[Nutch Wiki] Update of "Nutch2Tutorial" by FerdyGalema

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.

The "Nutch2Tutorial" page has been changed by FerdyGalema:
http://wiki.apache.org/nutch/Nutch2Tutorial?action=diff&rev1=5&rev2=6

Comment:
add NB about HBase test lib issue

  
  You should find more details in the logs on ''$NUTCH_HOME/runtime/local/logs/hadoop.log''.
  
+ '''N.B.''' It's possible to encounter the following exception: java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/HBaseConfiguration; this is caused by the fact that sometimes the hbase TEST jar is deployed in the lib dir. To resolve this just copy the lib over from your installed HBase dir into the build lib dir. (This issue is currently in progress).
+ 
  '''N.B.''' The process of using the other datastore implementations offered within Gora e.g. Apache Cassandra, Accumulo and Sql, can be achieved simply by tweaking the above settings prior to compiling the Nutch code.
  
  For more details of the command line interface options, please see [[http://wiki.apache.org/nutch/CommandLineOptions|here]], or of course run ./bin/nutch which will print usage to std out.