Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "GORA_HBase" page has been changed by FerdyGalema: http://wiki.apache.org/nutch/GORA_HBase?action=diff&rev1=9&rev2=10 Comment: 1) gora does not need to be compiled anymore 2) add thrift to exclude This document describes how to get Nutch 2.0 to use HBase as a backend for GORA and is based on the revision 993857 of the Nutch trunk * Install and configure HBase 0.20.6. You can check it out from [[http://svn.apache.org/repos/asf/hbase/tags/0.20.6/|here]] ('''N.B.''' It is important that you grab HBase version 0.20.6 at this is supported by Gora) - * Pull the GORA code and compile it as explained [[http://incubator.apache.org/gora/docs/current/quickstart.html|here]] - * Copy the jars from gora/gora-hbase/lib-ext to nutch/lib - * Add the following to nutch/ivy/ivy.xml + * Add the following to nutch/ivy/ivy.xml (global exclusion): {{{ + <exclude module="thrift" /> - <dependency org="org.apache.gora" name="gora-hbase" rev="0.1" conf="*->compile"> - <exclude org="com.sun.jdmk"/> - <exclude org="com.sun.jmx"/> - <exclude org="javax.jms"/> - </dependency> }}} * Specify the GORA backend in nutch-site.xml

