Author: stack
Date: Sun Feb 20 05:47:00 2011
New Revision: 1072502
URL: http://svn.apache.org/viewvc?rev=1072502&view=rev
Log:
HBASE-3548 Fix type in documentation of pseudo distributed mode
Modified:
hbase/trunk/CHANGES.txt
hbase/trunk/src/site/xdoc/pseudo-distributed.xml
Modified: hbase/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1072502&r1=1072501&r2=1072502&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Sun Feb 20 05:47:00 2011
@@ -51,6 +51,7 @@ Release 0.91.0 - Unreleased
unflushable regions.
HBASE-3550 FilterList reports false positives (Bill Graham via Andrew
Purtell)
+ HBASE-3548 Fix type in documentation of pseudo distributed mode
IMPROVEMENTS
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)
Modified: hbase/trunk/src/site/xdoc/pseudo-distributed.xml
URL:
http://svn.apache.org/viewvc/hbase/trunk/src/site/xdoc/pseudo-distributed.xml?rev=1072502&r1=1072501&r2=1072502&view=diff
==============================================================================
--- hbase/trunk/src/site/xdoc/pseudo-distributed.xml (original)
+++ hbase/trunk/src/site/xdoc/pseudo-distributed.xml Sun Feb 20 05:47:00 2011
@@ -33,8 +33,8 @@ Running HBase in pseudo-distributed mode
In particular it describes scripts that allow you start extra masters and
regionservers when running in pseudo-distributed mode.
</p>
- <ol><li>Copy the psuedo-distributed suggested configuration file (feel free
to take a peek and understand what it's doing)
- <source>% cp
conf/hbase-site.xml{.psuedo-distributed.template,}</source>
+ <ol><li>Copy the pseudo-distributed suggested configuration file (feel free
to take a peek and understand what it's doing)
+ <source>% cp
conf/hbase-site.xml{.pseudo-distributed.template,}</source>
</li>
<li>(Optional) Start up <a
href="http://hadoop.apache.org/common/docs/r0.20.2/quickstart.html#PseudoDistributed">Pseudo-distributed
HDFS</a>.
<ol><li>If you do, go to conf/hbase-site.xml. Uncomment the
'hbase.rootdir' property.