hbase-5187. [book] configuration.xml, troubleshooting.xml loopback IP config info
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1230739 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1df784d11a
commit
67b8b3356d
|
@ -95,6 +95,12 @@ to ensure well-formedness of your document after an edit session.
|
|||
<varname>hbase.regionserver.dns.nameserver</varname> to choose a
|
||||
different nameserver than the system wide default.</para>
|
||||
</section>
|
||||
<section xml:id="loopback.ip">
|
||||
<title>Loopback IP</title>
|
||||
<para>HBase expects the loopback IP address to be 127.0.0.1. Ubuntu and some other distributions,
|
||||
for example, will default to 127.0.1.1 and this will cause problems for you.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section xml:id="ntp">
|
||||
<title>NTP</title>
|
||||
|
|
|
@ -651,12 +651,17 @@ Caused by: java.io.FileNotFoundException: File _partition.lst does not exist.
|
|||
<title>Network</title>
|
||||
<section xml:id="trouble.network.spikes">
|
||||
<title>Network Spikes</title>
|
||||
<para>If you are seeing periodic network spikes you might want to check the compactionQueues to see if major
|
||||
<para>If you are seeing periodic network spikes you might want to check the <code>compactionQueues</code> to see if major
|
||||
compactions are happening.
|
||||
</para>
|
||||
<para>See <xref linkend="managed.compactions"/> for more information on managing compactions.
|
||||
</para>
|
||||
</section>
|
||||
</section>
|
||||
<section xml:id="trouble.network.loopback">
|
||||
<title>Loopback IP</title>
|
||||
<para>HBase expects the loopback IP Address to be 127.0.0.1. See the Getting Started section on <link linkend="loopback.ip" />.
|
||||
</para>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section xml:id="trouble.rs">
|
||||
|
|
Loading…
Reference in New Issue