Skip to content

Commit

Permalink
HDFS-8477. describe dfs.ha.zkfc.port in hdfs-default.xml. Contributed…
Browse files Browse the repository at this point in the history
… by Kanaka Kumar Avvaru.
  • Loading branch information
umbrant committed Dec 18, 2015
1 parent bfadf11 commit 058cfdd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 058cfdd

Please sign in to comment.