HDFS-8477. describe dfs.ha.zkfc.port in hdfs-default.xml. Contributed by Kanaka Kumar Avvaru.
This commit is contained in:
parent
bfadf11b36
commit
058cfddebb
|
@ -907,6 +907,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
|
||||||
|
|
|
@ -2589,4 +2589,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