Duplicate property in hbase-default.xml
---------------------------------------
Key: HBASE-1434
URL: https://issues.apache.org/jira/browse/HBASE-1434
Project: Hadoop HBase
Issue Type: Bug
Components: regionserver
Reporter: Lars George
Priority: Trivial
The hbase.regionserver.dns.interface property is listed twice in the default
file. Remove the one at line 213-219?
{code:xml}
<property>
<name>hbase.regionserver.dns.interface</name>
<value>default</value>
<description>The name of the Network Interface from which a region server
should report its IP address.
</description>
</property>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.