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 Alexis.
The comment on this change is: Gora is an Apache incubator now..
http://wiki.apache.org/nutch/GORA_HBase?action=diff&rev1=1&rev2=2
--------------------------------------------------
* Add the following to nutch/ivy/ivy.xml
{{{
- <dependency org="org.gora" name="gora-hbase" rev="0.1" conf="*->compile">
+ <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"/>
@@ -20, +20 @@
{{{
<property>
<name>storage.data.store.class</name>
- <value>org.gora.hbase.store.HBaseStore</value>
+ <value>org.apache.gora.hbase.store.HBaseStore</value>
<description>Default class for storing data</description>
</property>
}}}
|