DOC: TM clean up - addendum

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1484973 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jxiang 2013-05-21 21:35:00 +00:00
parent 3f713a1078
commit 3b28043ade
2 changed files with 4 additions and 4 deletions

View File

@ -47,8 +47,8 @@
<para>This is the official reference guide of
<link xlink:href="http://www.hbase.org">Apache HBase&#153;</link>,
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://zookeeper.apache.org/">Apache ZooKeeper</link>.
<link xlink:href="http://hadoop.apache.org/">Apache Hadoop&#153;</link> and
<link xlink:href="http://zookeeper.apache.org/">Apache ZooKeeper&#153;</link>.
</para>
</abstract>

View File

@ -25,8 +25,8 @@
* limitations under the License.
*/
-->
<title>Coprocessors</title>
<para>HBase coprocessors was inspired by Google's BigTable coprocessors. The <link xlink:href="https://blogs.apache.org/hbase/entry/coprocessor_introduction">Apache HBase Blog on Coprocessor</link> is a very good documentation on that. It has detailed information about the coprocessor framework, terminology, management, and so on.
<title>Apache HBase Coprocessors</title>
<para>The idea of HBase coprocessors was inspired by Google's BigTable coprocessors. The <link xlink:href="https://blogs.apache.org/hbase/entry/coprocessor_introduction">Apache HBase Blog on Coprocessor</link> is a very good documentation on that. It has detailed information about the coprocessor framework, terminology, management, and so on.
</para>
</chapter>