HBASE-24908 Correct the description of hbase.offpeak.end.hour

This commit is contained in:
Zheng Wang 2020-08-19 20:07:57 +08:00
parent 1164531d5a
commit cca1542220
2 changed files with 2 additions and 2 deletions

View File

@ -923,7 +923,7 @@ possible configurations would overwhelm and obscure the important.
<property> <property>
<name>hbase.offpeak.end.hour</name> <name>hbase.offpeak.end.hour</name>
<value>-1</value> <value>-1</value>
<description>The end of off-peak hours, expressed as an integer between 0 and 23, inclusive. Set <description>The end of off-peak hours, expressed as an integer between 0 and 23, exclusive. Set
to -1 to disable off-peak.</description> to -1 to disable off-peak.</description>
</property> </property>
<property> <property>

View File

@ -1113,7 +1113,7 @@ The start of off-peak hours, expressed as an integer between 0 and 23, inclusive
*`hbase.offpeak.end.hour`*:: *`hbase.offpeak.end.hour`*::
+ +
.Description .Description
The end of off-peak hours, expressed as an integer between 0 and 23, inclusive. Set The end of off-peak hours, expressed as an integer between 0 and 23, exclusive. Set
to -1 to disable off-peak. to -1 to disable off-peak.
+ +
.Default .Default