|
@@ -1080,4 +1080,21 @@
|
|
|
</description>
|
|
|
</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>
|