From cc62cb81fb54f2ae54305059018ce381d4c39fa7 Mon Sep 17 00:00:00 2001 From: Murtaza Hassan Date: Wed, 3 Jul 2019 15:10:26 +0200 Subject: [PATCH] HBASE-22604 fix the link in the docs to "Understanding HBase and BigTable" by Jim R. Wilson Signed-off-by: Sean Busbey --- src/main/asciidoc/_chapters/datamodel.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/datamodel.adoc b/src/main/asciidoc/_chapters/datamodel.adoc index 7d1aece00b6..d1e8303bbc7 100644 --- a/src/main/asciidoc/_chapters/datamodel.adoc +++ b/src/main/asciidoc/_chapters/datamodel.adoc @@ -67,7 +67,7 @@ Timestamp:: [[conceptual.view]] == Conceptual View -You can read a very understandable explanation of the HBase data model in the blog post link:http://jimbojw.com/#understanding%20hbase[Understanding HBase and BigTable] by Jim R. Wilson. +You can read a very understandable explanation of the HBase data model in the blog post link:https://dzone.com/articles/understanding-hbase-and-bigtab[Understanding HBase and BigTable] by Jim R. Wilson. Another good explanation is available in the PDF link:http://0b4af6cdc2f0c5998459-c0245c5c937c5dedcca3f1764ecc9b2f.r43.cf2.rackcdn.com/9353-login1210_khurana.pdf[Introduction to Basic Schema Design] by Amandeep Khurana. It may help to read different perspectives to get a solid understanding of HBase schema design.