HBASE-8487 Wrong description about regionservers in 2.4. Example configurations

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1478895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-05-03 18:19:31 +00:00
parent 3ca2bd7339
commit 9c0387f0a9
1 changed files with 3 additions and 3 deletions

View File

@ -835,12 +835,12 @@ config.set("hbase.zookeeper.quorum", "localhost"); // Here we are running zooke
<title><filename>regionservers</filename></title>
<para>In this file you list the nodes that will run RegionServers.
In our case we run RegionServers on all but the head node
<varname>example1</varname> which is carrying the HBase Master and
the HDFS namenode</para>
In our case, these nodes are <varname>example1</varname>-<varname>example9</varname>.
</para>
<programlisting>
example1
example2
example3
example4
example5