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
This commit is contained in:
parent
528d9ddde1
commit
18e7473a53
|
@ -2429,13 +2429,20 @@ myHtd.setValue(HTableDescriptor.SPLIT_POLICY, MyCustomSplitPolicy.class.getName(
|
|||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question><para>How can I find examples of NoSQL/HBase?</para></question>
|
||||
<question><para>How can I find examples of NoSQL/HBase?</para></question>
|
||||
<answer>
|
||||
<para>See the link to the BigTable paper in <xref linkend="other.info" /> in the appendix, as
|
||||
well as the other papers.
|
||||
</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question><para>What is the history of HBase?</para></question>
|
||||
<answer>
|
||||
<para>See <xref linkend="hbase.history"/>.
|
||||
</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
</qandadiv>
|
||||
<qandadiv xml:id="faq.arch"><title>Architecture</title>
|
||||
<qandaentry xml:id="faq.arch.regions">
|
||||
|
@ -3228,6 +3235,19 @@ Comparator class used for Bloom filter keys, a UTF>8 encoded string stored usi
|
|||
|
||||
</appendix>
|
||||
|
||||
<appendix xml:id="hbase.history"><title>HBase History</title>
|
||||
<itemizedlist>
|
||||
<listitem>2006: <link xlink:href="http://research.google.com/archive/bigtable.html">BigTable</link> paper published by Google.
|
||||
</listitem>
|
||||
<listitem>2006 (end of year): HBase development starts.
|
||||
</listitem>
|
||||
<listitem>2008: HBase becomes Hadoop sub-project.
|
||||
</listitem>
|
||||
<listitem>2010: HBase becomes Apache top-level project.
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</appendix>
|
||||
|
||||
<appendix xml:id="asf" ><title>HBase and the Apache Software Foundation</title>
|
||||
<para>HBase is a project in the Apache Software Foundation and as such there are responsibilities to the ASF to ensure
|
||||
a healthy project.</para>
|
||||
|
|
Loading…
Reference in New Issue