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 LewisJohnMcgibbney:
https://wiki.apache.org/nutch/Nutch2Tutorial?action=diff&rev1=15&rev2=16

      <!-- Uncomment this to use HBase as Gora backend. -->
      
      <dependency org="org.apache.gora" name="gora-hbase" rev="0.6.1" 
conf="*->default" />
+ }}}
+ 
+  * In addition add the missing hbase-common-0.98.8-hadoop2.jar transitive 
dependency, this is a bug in gora-hbase 0.6.1 as described 
[[https://github.com/apache/gora/pull/21|here]]. This bug is removed in current 
Gora development. 
+ 
+ {{{
+ 
+     <dependency org="org.apache.hbase" name="hbase-common" 
rev="0.98.8-hadoop2" conf="*->default" />
  }}}
  
   * Ensure that HBaseStore is set as the default datastore in 
$NUTCH_HOME/conf/gora.properties. Other documentation for HBaseStore can be 
found [[http://gora.apache.org/current/gora-hbase.html|here]].

Reply via email to