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:
parent
3ca2bd7339
commit
9c0387f0a9
|
@ -835,12 +835,12 @@ config.set("hbase.zookeeper.quorum", "localhost"); // Here we are running zooke
|
||||||
<title><filename>regionservers</filename></title>
|
<title><filename>regionservers</filename></title>
|
||||||
|
|
||||||
<para>In this file you list the nodes that will run RegionServers.
|
<para>In this file you list the nodes that will run RegionServers.
|
||||||
In our case we run RegionServers on all but the head node
|
In our case, these nodes are <varname>example1</varname>-<varname>example9</varname>.
|
||||||
<varname>example1</varname> which is carrying the HBase Master and
|
</para>
|
||||||
the HDFS namenode</para>
|
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
example1
|
example1
|
||||||
|
example2
|
||||||
example3
|
example3
|
||||||
example4
|
example4
|
||||||
example5
|
example5
|
||||||
|
|
Loading…
Reference in New Issue