Trying to fix Hudson, 1 update missing in TestHLog
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@831466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e30b9d47f2
commit
b80f8587bf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue