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

This commit is contained in:
Andrew Wang 2015-12-18 09:14:14 -08:00
parent bfadf11b36
commit 058cfddebb
2 changed files with 11 additions and 0 deletions

View File

@ -907,6 +907,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

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