Author: jdcryans
Date: Fri Oct 30 22:04:04 2009
New Revision: 831466
URL: http://svn.apache.org/viewvc?rev=831466&view=rev
Log:
Trying to fix Hudson, 1 update missing in TestHLog
Modified:
hadoop/hbase/trunk/src/test/hbase-site.xml
Modified: hadoop/hbase/trunk/src/test/hbase-site.xml
URL:
http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/test/hbase-site.xml?rev=831466&r1=831465&r2=831466&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/test/hbase-site.xml (original)
+++ hadoop/hbase/trunk/src/test/hbase-site.xml Fri Oct 30 22:04:04 2009
@@ -134,4 +134,11 @@
The port at which the clients will connect.
</description>
</property>
+ <property>
+ <name>hbase.regionserver.flushlogentries</name>
+ <value>1</value>
+ <description>Sync the HLog to the HDFS when it has accumulated this many
+ entries. Default 100. Value is checked on every HLog.append
+ </description>
+ </property>
</configuration>