HBASE-24908 Correct the description of hbase.offpeak.end.hour
This commit is contained in:
parent
1164531d5a
commit
cca1542220
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user