From cca154222061d8ff61164a795feaf2f894d94d49 Mon Sep 17 00:00:00 2001 From: Zheng Wang <18031031@qq.com> Date: Wed, 19 Aug 2020 20:07:57 +0800 Subject: [PATCH] HBASE-24908 Correct the description of hbase.offpeak.end.hour --- hbase-common/src/main/resources/hbase-default.xml | 2 +- src/main/asciidoc/_chapters/hbase-default.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml index 25bfc872256..634bff1bf64 100644 --- a/hbase-common/src/main/resources/hbase-default.xml +++ b/hbase-common/src/main/resources/hbase-default.xml @@ -923,7 +923,7 @@ possible configurations would overwhelm and obscure the important. hbase.offpeak.end.hour -1 - 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. diff --git a/src/main/asciidoc/_chapters/hbase-default.adoc b/src/main/asciidoc/_chapters/hbase-default.adoc index 0a0e4d6c263..62b1dadc8e1 100644 --- a/src/main/asciidoc/_chapters/hbase-default.adoc +++ b/src/main/asciidoc/_chapters/hbase-default.adoc @@ -1113,7 +1113,7 @@ The start of off-peak hours, expressed as an integer between 0 and 23, inclusive *`hbase.offpeak.end.hour`*:: + .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. + .Default