diff --git a/src/main/docbkx/book.xml b/src/main/docbkx/book.xml index d7307c3d967..a727af46001 100644 --- a/src/main/docbkx/book.xml +++ b/src/main/docbkx/book.xml @@ -45,7 +45,7 @@ This is the official reference guide of - Apache HBase (TM), + Apache HBase™, a distributed, versioned, column-oriented database built on top of Apache Hadoop and Apache ZooKeeper. @@ -2150,6 +2150,7 @@ myHtd.setValue(HTableDescriptor.SPLIT_POLICY, MyCustomSplitPolicy.class.getName( + diff --git a/src/main/docbkx/case_studies.xml b/src/main/docbkx/case_studies.xml index 00230bc6d38..49cabbb140c 100644 --- a/src/main/docbkx/case_studies.xml +++ b/src/main/docbkx/case_studies.xml @@ -26,11 +26,11 @@ * limitations under the License. */ --> - Apache HBase (TM) Case Studies + Apache HBase Case Studies
Overview This chapter will describe a variety of performance and troubleshooting case studies that can - provide a useful blueprint on diagnosing Apache HBase (TM) cluster issues. + provide a useful blueprint on diagnosing Apache HBase cluster issues. For more information on Performance and Troubleshooting, see and .
diff --git a/src/main/docbkx/community.xml b/src/main/docbkx/community.xml index ccfdacd95cd..f82cff01416 100644 --- a/src/main/docbkx/community.xml +++ b/src/main/docbkx/community.xml @@ -32,7 +32,7 @@
Feature Branches Feature Branches are easy to make. You do not have to be a committer to make one. Just request the name of your branch be added to JIRA up on the - developer's mailing list and a committer will add it for you. Thereafter you can file issues against your feature branch in Apache HBase (TM) JIRA. Your code you + developer's mailing list and a committer will add it for you. Thereafter you can file issues against your feature branch in Apache HBase JIRA. Your code you keep elsewhere -- it should be public so it can be observed -- and you can update dev mailing list on progress. When the feature is ready for commit, 3 +1s from committers will get your feature mergedSee HBase, mail # dev - Thoughts about large feature dev branches diff --git a/src/main/docbkx/configuration.xml b/src/main/docbkx/configuration.xml index 31622648514..8ffdd8a6645 100644 --- a/src/main/docbkx/configuration.xml +++ b/src/main/docbkx/configuration.xml @@ -26,8 +26,8 @@ * limitations under the License. */ --> - Apache HBase (TM) Configuration - This chapter is the Not-So-Quick start guide to Apache HBase (TM) configuration. It goes + Apache HBase Configuration + This chapter is the Not-So-Quick start guide to Apache HBase configuration. It goes over system requirements, Hadoop setup, the different Apache HBase run modes, and the various configurations in HBase. Please read this chapter carefully. At a mimimum ensure that all have diff --git a/src/main/docbkx/cp.xml b/src/main/docbkx/cp.xml index 5e95a506ff9..1a0e128eea4 100644 --- a/src/main/docbkx/cp.xml +++ b/src/main/docbkx/cp.xml @@ -1,5 +1,5 @@ - Coprocessors - + HBase coprocessors was inspired by Google's BigTable coprocessors. The Apache HBase Blog on Coprocessor is a very good documentation on that. It has detailed information about the coprocessor framework, terminology, management, and so on. + + diff --git a/src/main/docbkx/developer.xml b/src/main/docbkx/developer.xml index ba5bb80ada9..6c1d9346a2e 100644 --- a/src/main/docbkx/developer.xml +++ b/src/main/docbkx/developer.xml @@ -26,8 +26,8 @@ * limitations under the License. */ --> - Building and Developing Apache HBase (TM) - This chapter will be of interest only to those building and developing Apache HBase (TM) (i.e., as opposed to + Building and Developing Apache HBase + This chapter will be of interest only to those building and developing Apache HBase (i.e., as opposed to just downloading the latest distribution).
diff --git a/src/main/docbkx/external_apis.xml b/src/main/docbkx/external_apis.xml index 9658de39c3a..e4c9f23f59c 100644 --- a/src/main/docbkx/external_apis.xml +++ b/src/main/docbkx/external_apis.xml @@ -26,8 +26,8 @@ * limitations under the License. */ --> - Apache HBase (TM) External APIs - This chapter will cover access to Apache HBase (TM) either through non-Java languages, or through custom protocols. + Apache HBase External APIs + This chapter will cover access to Apache HBase either through non-Java languages, or through custom protocols.
Non-Java Languages Talking to the JVM diff --git a/src/main/docbkx/ops_mgt.xml b/src/main/docbkx/ops_mgt.xml index f41c8b9cc6d..272083fc806 100644 --- a/src/main/docbkx/ops_mgt.xml +++ b/src/main/docbkx/ops_mgt.xml @@ -26,7 +26,7 @@ * limitations under the License. */ --> - Apache HBase (TM) Operational Management + Apache HBase Operational Management This chapter will cover operational tools and practices required of a running Apache HBase cluster. The subject of operations is related to the topics of , , and but is a distinct topic in itself. diff --git a/src/main/docbkx/performance.xml b/src/main/docbkx/performance.xml index 353f7dd5f6a..29d69612b58 100644 --- a/src/main/docbkx/performance.xml +++ b/src/main/docbkx/performance.xml @@ -26,7 +26,7 @@ * limitations under the License. */ --> - Apache HBase (TM) Performance Tuning + Apache HBase Performance Tuning
Operating System diff --git a/src/main/docbkx/security.xml b/src/main/docbkx/security.xml index ca8d02149a9..87d8ef12164 100644 --- a/src/main/docbkx/security.xml +++ b/src/main/docbkx/security.xml @@ -26,10 +26,10 @@ * limitations under the License. */ --> -Secure Apache HBase (TM) +Secure Apache HBase
Secure Client Access to Apache HBase - Newer releases of Apache HBase (TM) (>= 0.92) support optional SASL authentication of clientsSee + Newer releases of Apache HBase (>= 0.92) support optional SASL authentication of clientsSee also Matteo Bertozzi's article on Understanding User Authentication and Authorization in Apache HBase.. This describes how to set up Apache HBase and clients for connection to secure HBase resources. diff --git a/src/main/docbkx/shell.xml b/src/main/docbkx/shell.xml index 2a153533618..0d7d580d698 100644 --- a/src/main/docbkx/shell.xml +++ b/src/main/docbkx/shell.xml @@ -29,7 +29,7 @@ The Apache HBase Shell - The Apache HBase (TM) Shell is (J)Ruby's + The Apache HBase Shell is (J)Ruby's IRB with some HBase particular commands added. Anything you can do in IRB, you should be able to do in the HBase Shell. To run the HBase shell, diff --git a/src/main/docbkx/troubleshooting.xml b/src/main/docbkx/troubleshooting.xml index 625ec1b615d..e2a8078284f 100644 --- a/src/main/docbkx/troubleshooting.xml +++ b/src/main/docbkx/troubleshooting.xml @@ -26,7 +26,7 @@ * limitations under the License. */ --> - Troubleshooting and Debugging Apache HBase (TM) + Troubleshooting and Debugging Apache HBase
General Guidelines @@ -37,7 +37,7 @@ should return some hits for those exceptions you’re seeing. - An error rarely comes alone in Apache HBase (TM), usually when something gets screwed up what will + An error rarely comes alone in Apache HBase, usually when something gets screwed up what will follow may be hundreds of exceptions and stack traces coming from all over the place. The best way to approach this type of problem is to walk the log up to where it all began, for example one trick with RegionServers is that they will print some diff --git a/src/main/docbkx/zookeeper.xml b/src/main/docbkx/zookeeper.xml index 0c725436035..4a257b59452 100644 --- a/src/main/docbkx/zookeeper.xml +++ b/src/main/docbkx/zookeeper.xml @@ -31,7 +31,7 @@ ZooKeeper - A distributed Apache HBase (TM) installation depends on a running ZooKeeper cluster. + A distributed Apache HBase installation depends on a running ZooKeeper cluster. All participating nodes and clients need to be able to access the running ZooKeeper ensemble. Apache HBase by default manages a ZooKeeper "cluster" for you. It will start and stop the ZooKeeper ensemble