HDFS-8477. describe dfs.ha.zkfc.port in hdfs-default.xml. Contributed by Kanaka Kumar Avvaru.

(cherry picked from commit 058cfddebb)
This commit is contained in:
Andrew Wang 2015-12-18 09:14:14 -08:00
parent c887bcd1f0
commit 71fb205735
2 changed files with 11 additions and 0 deletions

View File

@ -31,6 +31,9 @@ Release 2.9.0 - UNRELEASED
HDFS-9300. TestDirectoryScanner.testThrottle() is still a little flakey.
(Daniel Templeton via wang)
HDFS-8477. describe dfs.ha.zkfc.port in hdfs-default.xml.
(Kanaka Kumar Avvaru via wang)
OPTIMIZATIONS
BUG FIXES

View File

@ -2572,4 +2572,12 @@
</description>
</property>
<property>
<name>dfs.ha.zkfc.port</name>
<value>8019</value>
<description>
RPC port for Zookeeper Failover Controller.
</description>
</property>
</configuration>