HBASE-3548 Fix type in documentation of pseudo distributed mode
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1072502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3564a25e85
commit
d26aa781b5
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue