HBASE-1434 Duplicate property in hbase-default.xml
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@776118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
16c92b7ce8
commit
66c6ee2e99
|
@ -136,6 +136,8 @@ Release 0.20.0 - Unreleased
|
||||||
HBASE-1421 Processing a regionserver message -- OPEN, CLOSE, SPLIT, etc. --
|
HBASE-1421 Processing a regionserver message -- OPEN, CLOSE, SPLIT, etc. --
|
||||||
and if we're carrying more than one message in payload, if
|
and if we're carrying more than one message in payload, if
|
||||||
exception, all messages that follow are dropped on floor
|
exception, all messages that follow are dropped on floor
|
||||||
|
HBASE-1434 Duplicate property in hbase-default.xml (Lars George via Andrew
|
||||||
|
Purtell)
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
HBASE-1089 Add count of regions on filesystem to master UI; add percentage
|
HBASE-1089 Add count of regions on filesystem to master UI; add percentage
|
||||||
|
|
|
@ -91,15 +91,6 @@
|
||||||
<description>The host and port a HBase region server runs at.
|
<description>The host and port a HBase region server runs at.
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
|
||||||
<name>hbase.regionserver.dns.interface</name>
|
|
||||||
<value>default</value>
|
|
||||||
<description>Name of the network interface which a regionserver
|
|
||||||
should use to determine it's "real" IP address. This lookup
|
|
||||||
prevents strings like "localhost" and "127.0.0.1" from being
|
|
||||||
reported back to the master.
|
|
||||||
</description>
|
|
||||||
</property>
|
|
||||||
<property>
|
<property>
|
||||||
<name>hbase.regionserver.info.port</name>
|
<name>hbase.regionserver.info.port</name>
|
||||||
<value>60030</value>
|
<value>60030</value>
|
||||||
|
|
Loading…
Reference in New Issue