From 19d014056245bcc45462c0410a226f13070a441f Mon Sep 17 00:00:00 2001 From: neko <52202080+akiyamaneko@users.noreply.github.com> Date: Fri, 4 Sep 2020 08:25:27 +0800 Subject: [PATCH] HBASE-24980 Fix dead links in HBase book (#2349) Signed-off-by: Guanghao Zhang --- src/main/asciidoc/_chapters/architecture.adoc | 2 +- src/main/asciidoc/_chapters/other_info.adoc | 3 +-- src/site/asciidoc/metrics.adoc | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/main/asciidoc/_chapters/architecture.adoc b/src/main/asciidoc/_chapters/architecture.adoc index 56292c62b4b0..bc4af05b4afc 100644 --- a/src/main/asciidoc/_chapters/architecture.adoc +++ b/src/main/asciidoc/_chapters/architecture.adoc @@ -1769,7 +1769,7 @@ StoreFiles are where your data lives. ===== HFile Format -The _HFile_ file format is based on the SSTable file described in the link:http://research.google.com/archive/bigtable.html[BigTable [2006]] paper and on Hadoop's link:https://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/io/file/tfile/TFile.html[TFile] (The unit test suite and the compression harness were taken directly from TFile). Schubert Zhang's blog post on link:http://cloudepr.blogspot.com/2009/09/hfile-block-indexed-file-format-to.html[HFile: A Block-Indexed File Format to Store Sorted Key-Value Pairs] makes for a thorough introduction to HBase's HFile. +The _HFile_ file format is based on the SSTable file described in the link:http://research.google.com/archive/bigtable.html[BigTable [2006]] paper and on Hadoop's link:https://hadoop.apache.org/docs/current/api/org/apache/hadoop/io/file/tfile/TFile.html[TFile] (The unit test suite and the compression harness were taken directly from TFile). Schubert Zhang's blog post on link:http://cloudepr.blogspot.com/2009/09/hfile-block-indexed-file-format-to.html[HFile: A Block-Indexed File Format to Store Sorted Key-Value Pairs] makes for a thorough introduction to HBase's HFile. Matteo Bertozzi has also put up a helpful description, link:http://th30z.blogspot.com/2011/02/hbase-io-hfile.html?spref=tw[HBase I/O: HFile]. For more information, see the HFile source code. diff --git a/src/main/asciidoc/_chapters/other_info.adoc b/src/main/asciidoc/_chapters/other_info.adoc index f2dd1b81da4d..3d62817cb8e9 100644 --- a/src/main/asciidoc/_chapters/other_info.adoc +++ b/src/main/asciidoc/_chapters/other_info.adoc @@ -33,8 +33,7 @@ .Introduction to HBase * link:https://vimeo.com/23400732[Introduction to HBase] by Todd Lipcon (Chicago Data Summit 2011). -* link:https://vimeo.com/26804675[Building Real Time Services at Facebook with HBase] by Jonathan Gray (Berlin buzzwords 2011) -* link:http://www.cloudera.com/videos/hw10_video_how_stumbleupon_built_and_advertising_platform_using_hbase_and_hadoop[The Multiple Uses Of HBase] by Jean-Daniel Cryans(Berlin buzzwords 2011). +* link:https://www.youtube.com/watch?v=DdGKAorSSZ0[Building Real Time Services at Facebook with HBase] by Jonathan Gray (Berlin buzzwords 2011) [[other.info.pres]] === HBase Presentations (Slides) diff --git a/src/site/asciidoc/metrics.adoc b/src/site/asciidoc/metrics.adoc index 146b7e1ae975..4216f69c4918 100644 --- a/src/site/asciidoc/metrics.adoc +++ b/src/site/asciidoc/metrics.adoc @@ -20,11 +20,11 @@ under the License. = Apache HBase (TM) Metrics == Introduction -Apache HBase (TM) emits Hadoop link:https://hadoop.apache.org/core/docs/stable/api/org/apache/hadoop/metrics/package-summary.html[metrics]. +Apache HBase (TM) emits Hadoop link:https://hadoop.apache.org/docs/stable/api/org/apache/hadoop/metrics2/package-summary.html[metrics]. == Setup -First read up on Hadoop link:https://hadoop.apache.org/core/docs/stable/api/org/apache/hadoop/metrics/package-summary.html[metrics]. +First read up on Hadoop link:https://hadoop.apache.org/docs/stable/api/org/apache/hadoop/metrics2/package-summary.html[metrics]. If you are using ganglia, the link:https://cwiki.apache.org/confluence/display/HADOOP2/GangliaMetrics[GangliaMetrics] wiki page is useful read.