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:
Eli Collins 2012-09-01 00:35:19 +00:00
parent 1e68d4726b
commit 6f5ae49063
2 changed files with 19 additions and 0 deletions

View File

@ -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)

View File

@ -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>