This is an automated email from the ASF dual-hosted git repository.
busbey pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 147008e HBASE-22604 fix the link in the docs to "Understanding HBase
and BigTable" by Jim R. Wilson
147008e is described below
commit 147008ea84ddbe4ead0c13f70a1c72a51973d6ca
Author: Murtaza Hassan <[email protected]>
AuthorDate: Wed Jul 3 15:10:26 2019 +0200
HBASE-22604 fix the link in the docs to "Understanding HBase and BigTable"
by Jim R. Wilson
Signed-off-by: Sean Busbey <[email protected]>
---
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 ba4961a..4dad015 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.