Skip to content

Commit 19d0140

Browse files
authored
HBASE-24980 Fix dead links in HBase book (#2349)
Signed-off-by: Guanghao Zhang <[email protected]>
1 parent c2721c8 commit 19d0140

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/main/asciidoc/_chapters/architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@ StoreFiles are where your data lives.
17691769
17701770
===== HFile Format
17711771
1772-
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.
1772+
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.
17731773
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].
17741774
17751775
For more information, see the HFile source code.

src/main/asciidoc/_chapters/other_info.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
3434
.Introduction to HBase
3535
* link:https://vimeo.com/23400732[Introduction to HBase] by Todd Lipcon (Chicago Data Summit 2011).
36-
* link:https://vimeo.com/26804675[Building Real Time Services at Facebook with HBase] by Jonathan Gray (Berlin buzzwords 2011)
37-
* 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).
36+
* link:https://www.youtube.com/watch?v=DdGKAorSSZ0[Building Real Time Services at Facebook with HBase] by Jonathan Gray (Berlin buzzwords 2011)
3837
3938
[[other.info.pres]]
4039
=== HBase Presentations (Slides)

src/site/asciidoc/metrics.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ under the License.
2020
= Apache HBase (TM) Metrics
2121
2222
== Introduction
23-
Apache HBase (TM) emits Hadoop link:https://hadoop.apache.org/core/docs/stable/api/org/apache/hadoop/metrics/package-summary.html[metrics].
23+
Apache HBase (TM) emits Hadoop link:https://hadoop.apache.org/docs/stable/api/org/apache/hadoop/metrics2/package-summary.html[metrics].
2424
2525
== Setup
2626
27-
First read up on Hadoop link:https://hadoop.apache.org/core/docs/stable/api/org/apache/hadoop/metrics/package-summary.html[metrics].
27+
First read up on Hadoop link:https://hadoop.apache.org/docs/stable/api/org/apache/hadoop/metrics2/package-summary.html[metrics].
2828
2929
If you are using ganglia, the link:https://cwiki.apache.org/confluence/display/HADOOP2/GangliaMetrics[GangliaMetrics] wiki page is useful read.
3030

0 commit comments

Comments
 (0)