This is an automated email from the ASF dual-hosted git repository.

busbey pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1 by this push:
     new 1d93622  HBASE-22604 fix the link in the docs to "Understanding HBase 
and BigTable" by Jim R. Wilson
1d93622 is described below

commit 1d936229fc9cddb38b3c6c4c997f283a1d9bc529
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 b76adc8..3da9f4f 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/wiki/index.php?title=Understanding_Hbase_and_BigTable[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.

Reply via email to