Author: ferdy
Date: Thu Apr 26 10:12:08 2012
New Revision: 1330744

URL: http://svn.apache.org/viewvc?rev=1330744&view=rev
Log:
NUTCH-1189 (Update gora.properties for HBase to reflect Gora 0.2)

Modified:
    nutch/branches/nutchgora/conf/gora.properties

Modified: nutch/branches/nutchgora/conf/gora.properties
URL: 
http://svn.apache.org/viewvc/nutch/branches/nutchgora/conf/gora.properties?rev=1330744&r1=1330743&r2=1330744&view=diff
==============================================================================
--- nutch/branches/nutchgora/conf/gora.properties (original)
+++ nutch/branches/nutchgora/conf/gora.properties Thu Apr 26 10:12:08 2012
@@ -44,13 +44,17 @@ gora.sqlstore.jdbc.password=
 #########################
 # HBaseStore properties #
 #########################
-# HBaseStore currently reads no Gora properties. However the HBase client 
-# requires that the Configuration contains a valid "hbase.zookeeper.quorum"
+# HBase requires that the Configuration has a valid "hbase.zookeeper.quorum"
 # property. It should be included within hbase-site.xml on the classpath. When
 # this property is omitted, it expects Zookeeper to run on localhost:2181.
-# Note: When Nutch updates to Gora 0.2 (or higher), one is able to directly
-# set the property onto Configuration before instantiating the DataStore, or 
-# simply include the property within nutch-site.xml.
+
+# To greatly improve scan performance, increase the hbase-site Configuration
+# property "hbase.client.scanner.caching". This sets the number of rows to grab
+# per request.
+
+# HBase autoflushing. Enabling autoflush decreases write performance. 
+# Available since Gora 0.2. Defaults to disabled.
+# hbase.client.autoflush.default=false
 
 #############################
 # CassandraStore properties #


Reply via email to