From 18e7473a531a8113a5eaa3571c463cfea4495617 Mon Sep 17 00:00:00 2001 From: Doug Meil Date: Tue, 27 Mar 2012 22:27:13 +0000 Subject: [PATCH] hbase-5661. adding hbase history section in appendix git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1306032 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/book.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/docbkx/book.xml b/src/docbkx/book.xml index 9b1a0e92c47..269ea0894da 100644 --- a/src/docbkx/book.xml +++ b/src/docbkx/book.xml @@ -2429,13 +2429,20 @@ myHtd.setValue(HTableDescriptor.SPLIT_POLICY, MyCustomSplitPolicy.class.getName( - How can I find examples of NoSQL/HBase? + How can I find examples of NoSQL/HBase? See the link to the BigTable paper in in the appendix, as well as the other papers. + + What is the history of HBase? + + See . + + + Architecture @@ -3228,6 +3235,19 @@ Comparator class used for Bloom filter keys, a UTF>8 encoded string stored usi + HBase History + + 2006: BigTable paper published by Google. + + 2006 (end of year): HBase development starts. + + 2008: HBase becomes Hadoop sub-project. + + 2010: HBase becomes Apache top-level project. + + + + HBase and the Apache Software Foundation HBase is a project in the Apache Software Foundation and as such there are responsibilities to the ASF to ensure a healthy project.