Author: lewismc
Date: Sun Sep 11 16:40:22 2011
New Revision: 1169475

URL: http://svn.apache.org/viewvc?rev=1169475&view=rev
Log:
commit to address NUTCH-1099 and update to changes.txt

Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/conf/nutch-default.xml

Modified: nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1169475&r1=1169474&r2=1169475&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Sun Sep 11 16:40:22 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 2.0 - Current Development
 
+* NUTCH-1099 Adds HBase and Cassandra storage properties to nutch-default.xml
+
 * NUTCH-1096 Empty (not null) ContentLength results in failure of fetch (Ferdy 
Galema via jnioche)
 
 * NUTCH-1089 Short compressed pages caused exception in protocol-httpclient 
(Simone Frenzel via jnioche)

Modified: nutch/trunk/conf/nutch-default.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/conf/nutch-default.xml?rev=1169475&r1=1169474&r2=1169475&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Sun Sep 11 16:40:22 2011
@@ -1068,6 +1068,22 @@
   <description>Default class for storing data</description>
 </property>
 
+<!--
+<property>
+  <name>storage.data.store.class</name>
+  <value>org.apache.gora.cassandra.store.CassandraStore</value>
+  <description>Class for storing data in Apache Cassandra</description>
+</property>
+-->
+
+<!--
+<property>
+  <name>storage.data.store.class</name>
+  <value>org.apache.gora.hbase.store.HBaseStore</value>
+  <description>Class for storing data in Apache HBase</description>
+</property>
+-->
+
 <property>
   <name>storage.schema</name>
   <value>webpage</value>


Reply via email to