HDFS-3877. QJM: Provide defaults for dfs.journalnode.*address. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-3077@1379681 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e68d4726b
commit
6f5ae49063
@ -34,3 +34,5 @@ HDFS-3826. QJM: Some trivial logging / exception text improvements. (todd and at
|
|||||||
HDFS-3839. QJM: hadoop-daemon.sh should be updated to accept "journalnode" (eli)
|
HDFS-3839. QJM: hadoop-daemon.sh should be updated to accept "journalnode" (eli)
|
||||||
|
|
||||||
HDFS-3845. Fixes for edge cases in QJM recovery protocol (todd)
|
HDFS-3845. Fixes for edge cases in QJM recovery protocol (todd)
|
||||||
|
|
||||||
|
HDFS-3877. QJM: Provide defaults for dfs.journalnode.*address (eli)
|
||||||
|
@ -1080,4 +1080,21 @@
|
|||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
<property>
|
||||||
|
<name>dfs.journalnode.rpc-address</name>
|
||||||
|
<value>0.0.0.0:8485</value>
|
||||||
|
<description>
|
||||||
|
The JournalNode RPC server address and port.
|
||||||
|
</description>
|
||||||
|
</property>
|
||||||
|
|
||||||
|
<property>
|
||||||
|
<name>dfs.journalnode.http-address</name>
|
||||||
|
<value>0.0.0.0:8480</value>
|
||||||
|
<description>
|
||||||
|
The address and port the JournalNode web UI listens on.
|
||||||
|
If the port is 0 then the server will start on a free port.
|
||||||
|
</description>
|
||||||
|
</property>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
Reference in New Issue
Block a user