hbase-4906 book.xml - repatch of MR to RDBMS example. fixed typo missed in first patch.

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1208671 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Meil 2011-11-30 18:34:58 +00:00
parent c4078275ea
commit b290b43264
1 changed files with 1 additions and 1 deletions

View File

@ -1135,7 +1135,7 @@ if (!b) {
can connect to an RDBMS (the connection information can be passed via custom parameters in the context) and the can connect to an RDBMS (the connection information can be passed via custom parameters in the context) and the
cleanup method can close the connection. cleanup method can close the connection.
</para> </para>
<para>It is critical to understand that number of reducers for the job affects the summarization implementation, you <para>It is critical to understand that number of reducers for the job affects the summarization implementation, and
you'll have to design this into your reducer. Specifically, whether it is designed to run as a singleton (one reducer) you'll have to design this into your reducer. Specifically, whether it is designed to run as a singleton (one reducer)
or multiple reducers. Neither is right or wrong, it depends on your use-case. or multiple reducers. Neither is right or wrong, it depends on your use-case.
</para> </para>