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:
parent
c887bcd1f0
commit
71fb205735
|
@ -31,6 +31,9 @@ Release 2.9.0 - UNRELEASED
|
||||||
HDFS-9300. TestDirectoryScanner.testThrottle() is still a little flakey.
|
HDFS-9300. TestDirectoryScanner.testThrottle() is still a little flakey.
|
||||||
(Daniel Templeton via wang)
|
(Daniel Templeton via wang)
|
||||||
|
|
||||||
|
HDFS-8477. describe dfs.ha.zkfc.port in hdfs-default.xml.
|
||||||
|
(Kanaka Kumar Avvaru via wang)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
|
@ -2572,4 +2572,12 @@
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
<property>
|
||||||
|
<name>dfs.ha.zkfc.port</name>
|
||||||
|
<value>8019</value>
|
||||||
|
<description>
|
||||||
|
RPC port for Zookeeper Failover Controller.
|
||||||
|
</description>
|
||||||
|
</property>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue