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 FoundationHBase is a project in the Apache Software Foundation and as such there are responsibilities to the ASF to ensure
a healthy project.