Repository: hbase Updated Branches: refs/heads/master db873f088 -> ae684cac8
HBASE-12693 [docs] nit fix in HBase and MapReduce section Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ae684cac Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ae684cac Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ae684cac Branch: refs/heads/master Commit: ae684cac8747853520c25d7706030d53076f5035 Parents: db873f0 Author: Jonathan M Hsieh <[email protected]> Authored: Mon Dec 15 08:14:10 2014 -0800 Committer: Jonathan M Hsieh <[email protected]> Committed: Mon Dec 15 08:14:10 2014 -0800 ---------------------------------------------------------------------- src/main/docbkx/book.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/ae684cac/src/main/docbkx/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docbkx/book.xml b/src/main/docbkx/book.xml index f835dc7..ee2d7fb 100644 --- a/src/main/docbkx/book.xml +++ b/src/main/docbkx/book.xml @@ -966,7 +966,7 @@ table.put(put); <section xml:id="hbase.mapreduce.classpath"> <title>HBase, MapReduce, and the CLASSPATH</title> - <para>Ny default, MapReduce jobs deployed to a MapReduce cluster do not have access to either + <para>By default, MapReduce jobs deployed to a MapReduce cluster do not have access to either the HBase configuration under <envar>$HBASE_CONF_DIR</envar> or the HBase classes.</para> <para>To give the MapReduce jobs the access they need, you could add <filename>hbase-site.xml</filename> to the
