hbase-5465 book.xml, preface.xml - changing "book" to "reference guide"
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1292921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
375d81ab29
commit
bea5f9e592
|
@ -30,7 +30,7 @@
|
||||||
<info>
|
<info>
|
||||||
|
|
||||||
<title><link xlink:href="http://www.hbase.org">
|
<title><link xlink:href="http://www.hbase.org">
|
||||||
Apache HBase Book
|
Apache HBase Reference Guide
|
||||||
</link></title>
|
</link></title>
|
||||||
<subtitle><link xlink:href="http://www.hbase.org">
|
<subtitle><link xlink:href="http://www.hbase.org">
|
||||||
<inlinemediaobject>
|
<inlinemediaobject>
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
</subtitle>
|
</subtitle>
|
||||||
<copyright><year>2011</year><holder>Apache Software Foundation</holder></copyright>
|
<copyright><year>2011</year><holder>Apache Software Foundation</holder></copyright>
|
||||||
<abstract>
|
<abstract>
|
||||||
<para>This is the official book of
|
<para>This is the official reference guide of
|
||||||
<link xlink:href="http://www.hbase.org">Apache HBase</link>,
|
<link xlink:href="http://www.hbase.org">Apache HBase</link>,
|
||||||
a distributed, versioned, column-oriented database built on top of
|
a distributed, versioned, column-oriented database built on top of
|
||||||
<link xlink:href="http://hadoop.apache.org/">Apache Hadoop</link> and
|
<link xlink:href="http://hadoop.apache.org/">Apache Hadoop</link> and
|
||||||
|
@ -1758,7 +1758,7 @@ rs.close();
|
||||||
|
|
||||||
<section xml:id="coprocessors"><title>Coprocessors</title>
|
<section xml:id="coprocessors"><title>Coprocessors</title>
|
||||||
<para>Coprocessors were added in 0.92. There is a thorough <link xlink:href="https://blogs.apache.org/hbase/entry/coprocessor_introduction">Blog Overview of CoProcessors</link>
|
<para>Coprocessors were added in 0.92. There is a thorough <link xlink:href="https://blogs.apache.org/hbase/entry/coprocessor_introduction">Blog Overview of CoProcessors</link>
|
||||||
posted. Documentation will eventually move to this book, but the blog is the most current information available at this time.
|
posted. Documentation will eventually move to this reference guide, but the blog is the most current information available at this time.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
@ -27,18 +27,18 @@
|
||||||
-->
|
-->
|
||||||
<title>Preface</title>
|
<title>Preface</title>
|
||||||
|
|
||||||
<para>This book aims to be the official guide for the <link
|
<para>This is the official reference guide for the <link
|
||||||
xlink:href="http://hbase.apache.org/">HBase</link> version it ships with.
|
xlink:href="http://hbase.apache.org/">HBase</link> version it ships with.
|
||||||
This document describes HBase version <emphasis><?eval ${project.version}?></emphasis>.
|
This document describes HBase version <emphasis><?eval ${project.version}?></emphasis>.
|
||||||
Herein you will find either the definitive documentation on an HBase topic
|
Herein you will find either the definitive documentation on an HBase topic
|
||||||
as of its standing when the referenced HBase version shipped, or this book
|
as of its standing when the referenced HBase version shipped, or it
|
||||||
will point to the location in <link
|
will point to the location in <link
|
||||||
xlink:href="http://hbase.apache.org/docs/current/api/index.html">javadoc</link>,
|
xlink:href="http://hbase.apache.org/docs/current/api/index.html">javadoc</link>,
|
||||||
<link xlink:href="https://issues.apache.org/jira/browse/HBASE">JIRA</link>
|
<link xlink:href="https://issues.apache.org/jira/browse/HBASE">JIRA</link>
|
||||||
or <link xlink:href="http://wiki.apache.org/hadoop/Hbase">wiki</link> where
|
or <link xlink:href="http://wiki.apache.org/hadoop/Hbase">wiki</link> where
|
||||||
the pertinent information can be found.</para>
|
the pertinent information can be found.</para>
|
||||||
|
|
||||||
<para>This book is a work in progress. Feel free to add to this book by adding
|
<para>This reference guide is a work in progress. Feel free to add content by adding
|
||||||
a patch to an issue up in the HBase <link
|
a patch to an issue up in the HBase <link
|
||||||
xlink:href="https://issues.apache.org/jira/browse/HBASE">JIRA</link>.</para>
|
xlink:href="https://issues.apache.org/jira/browse/HBASE">JIRA</link>.</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue