From 370ebdcc48e94805f3612ceb6bc3217870398dad Mon Sep 17 00:00:00 2001 From: songwingzero <99645236+songwingzero@users.noreply.github.com> Date: Tue, 6 Sep 2022 18:28:33 +0800 Subject: [PATCH] Update README.txt --- README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.txt b/README.txt index 7a172271caf4..6fd354e7f7dd 100755 --- a/README.txt +++ b/README.txt @@ -1,3 +1,4 @@ + Apache HBase [1] is an open-source, distributed, versioned, column-oriented store modeled after Google' Bigtable: A Distributed Storage System for Structured Data by Chang et al.[2] Just as Bigtable leverages the distributed @@ -23,6 +24,7 @@ The HBase mailing lists and archives are listed here [8]. The HBase distribution includes cryptographic software. See the export control notice here [9]. +The following are the websites mentioned in the article: 1. http://hbase.apache.org 2. http://research.google.com/archive/bigtable.html 3. http://hadoop.apache.org