From c9aeab8bed3dad1b52cbe9488375707eab931331 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 25 Jan 2016 09:46:48 -0800 Subject: [PATCH] HBASE-15184 Fix broken links found via LinkLint --- hbase-common/src/main/resources/hbase-default.xml | 3 ++- src/main/asciidoc/_chapters/cp.adoc | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml index eefd327..e446a24 100644 --- a/hbase-common/src/main/resources/hbase-default.xml +++ b/hbase-common/src/main/resources/hbase-default.xml @@ -857,7 +857,8 @@ possible configurations would overwhelm and obscure the important. hbase.bucketcache.ioengine Where to store the contents of the bucketcache. One of: heap, - offheap, or file. If a file, set it to file:PATH_TO_FILE. See https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/io/hfile/CacheConfig.html for more information. + offheap, or file. If a file, set it to file:PATH_TO_FILE. See + http://hbase.apache.org/book.html#offheap.blockcache for more information. diff --git a/src/main/asciidoc/_chapters/cp.adoc b/src/main/asciidoc/_chapters/cp.adoc index 5f50b68..384d5bd 100644 --- a/src/main/asciidoc/_chapters/cp.adoc +++ b/src/main/asciidoc/_chapters/cp.adoc @@ -160,7 +160,7 @@ RegionServerObserver:: See link:https://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/coprocessor/RegionServerObserver.html[RegionServerObserver]. Consider overriding the convenience class - link:https://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/coprocessor/BaseMasterRegionServerObserver.html[BaseMasterRegionServerObserver] + https://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/coprocessor/BaseMasterAndRegionObserver.html[BaseMasterAndRegionObserver] which implements both `MasterObserver` and `RegionServerObserver` interfaces and will not break if new methods are added. @@ -169,7 +169,7 @@ MasterOvserver:: as table creation, deletion, or schema modification. See link:https://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/coprocessor/MasterObserver.html[MasterObserver]. Consider overriding the convenience class - link:https://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/coprocessor/BaseMasterRegionServerObserver.html[BaseMasterRegionServerObserver], + https://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/coprocessor/BaseMasterAndRegionObserver.html[BaseMasterAndRegionObserver], which implements both `MasterObserver` and `RegionServerObserver` interfaces and will not break if new methods are added. -- 2.5.4 (Apple Git-61)