Repository: hbase Updated Branches: refs/heads/master 1b5e6daef -> 3f98c02cd
Add a little appendix on sql over hbase Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3f98c02c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3f98c02c Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3f98c02c Branch: refs/heads/master Commit: 3f98c02cd3b11322c53ec536c8521d4cdf1281c5 Parents: 1b5e6da Author: stack <[email protected]> Authored: Wed Sep 24 22:23:42 2014 -0700 Committer: stack <[email protected]> Committed: Wed Sep 24 22:23:58 2014 -0700 ---------------------------------------------------------------------- src/main/docbkx/book.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/3f98c02c/src/main/docbkx/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docbkx/book.xml b/src/main/docbkx/book.xml index b88c0b1..c337917 100644 --- a/src/main/docbkx/book.xml +++ b/src/main/docbkx/book.xml @@ -5846,6 +5846,17 @@ DESCRIPTION ENABLED </section> </appendix> + <appendix xml:id="sql"> + <title>SQL over HBase</title> + <section xml:id="phoenix"> + <title>Apache Phoenix</title> + <para><link xlink:href="http://phoenix.apache.org">Apache Phoenix</link></para> + </section> + <section xml:id="trafodion"> + <title>Trafodion</title> + <para><link xlink:href="https://wiki.trafodion.org/">Trafodion: Transactional SQL-on-HBase</link></para> + </section> + </appendix> <appendix> <title xml:id="ycsb"><link xlink:href="https://github.com/brianfrankcooper/YCSB/">YCSB: The Yahoo! Cloud Serving Benchmark</link> and HBase</title> @@ -5959,7 +5970,6 @@ DESCRIPTION ENABLED We changed the logo by stripping the colored background, inverting it and then rotating it some. </para> - </appendix> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tracing.xml" />
