HBASE-24980 Fix dead links in HBase book (#2349)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
This commit is contained in:
neko 2020-09-04 08:25:27 +08:00 committed by GitHub
parent c2721c8235
commit 19d0140562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View File

@ -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.

View File

@ -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)

View File

@ -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.