You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mi...@apache.org on 2016/01/26 19:03:07 UTC

hbase git commit: HBASE-15184 Fix broken links found via LinkLint

Repository: hbase
Updated Branches:
  refs/heads/master d6b3d838e -> 4ca27a68e


HBASE-15184 Fix broken links found via LinkLint


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4ca27a68
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4ca27a68
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/4ca27a68

Branch: refs/heads/master
Commit: 4ca27a68ef0eb8b46e5fd9997bc63b1272b767cc
Parents: d6b3d83
Author: Misty Stanley-Jones <ms...@cloudera.com>
Authored: Mon Jan 25 09:46:48 2016 -0800
Committer: Misty Stanley-Jones <ms...@cloudera.com>
Committed: Tue Jan 26 10:02:53 2016 -0800

----------------------------------------------------------------------
 hbase-common/src/main/resources/hbase-default.xml | 3 ++-
 src/main/asciidoc/_chapters/cp.adoc               | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/4ca27a68/hbase-common/src/main/resources/hbase-default.xml
----------------------------------------------------------------------
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.
     <name>hbase.bucketcache.ioengine</name>
     <value></value>
     <description>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.
     </description>
   </property>
   <property>

http://git-wip-us.apache.org/repos/asf/hbase/blob/4ca27a68/src/main/asciidoc/_chapters/cp.adoc
----------------------------------------------------------------------
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.