Author: stack
Date: Sun Feb 20 05:49:30 2011
New Revision: 1072503
URL: http://svn.apache.org/viewvc?rev=1072503&view=rev
Log:
HBASE-3548 Fix type in documentation of pseudo distributed mode
Modified:
hbase/branches/0.90/CHANGES.txt
hbase/branches/0.90/src/site/xdoc/pseudo-distributed.xml
Modified: hbase/branches/0.90/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hbase/branches/0.90/CHANGES.txt?rev=1072503&r1=1072502&r2=1072503&view=diff
==============================================================================
--- hbase/branches/0.90/CHANGES.txt (original)
+++ hbase/branches/0.90/CHANGES.txt Sun Feb 20 05:49:30 2011
@@ -3,6 +3,7 @@ Release 0.90.2 - February 9th, 2011
BUG FIXES
HBASE-3545 Possible liveness issue with MasterServerAddress in
HRegionServer getMaster (Greg Bowyer via Stack)
+ HBASE-3548 Fix type in documentation of pseudo distributed mode
Release 0.90.1 - February 9th, 2011
Modified: hbase/branches/0.90/src/site/xdoc/pseudo-distributed.xml
URL:
http://svn.apache.org/viewvc/hbase/branches/0.90/src/site/xdoc/pseudo-distributed.xml?rev=1072503&r1=1072502&r2=1072503&view=diff
==============================================================================
--- hbase/branches/0.90/src/site/xdoc/pseudo-distributed.xml (original)
+++ hbase/branches/0.90/src/site/xdoc/pseudo-distributed.xml Sun Feb 20
05:49:30 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.