Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
We invoke configuration.get to resolve configuration item `dfs.federation.router.monitor.namenode` at `Router.java`, then split the value by comma to get nsid and nnid, it may confused users since this is not compatible with blank space but other common parameters could do. The following segment show example that resolve fails.
<property> <name>dfs.federation.router.monitor.namenode</name> <value>nameservice1.nn1, nameservice1.nn2</value> <description> The identifier of the namenodes to monitor and heartbeat. </description> </property>