Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
In TestJournalNode.java
dfs.namenode.shared.edits.dir is set as below.
conf.set(DFSConfigKeys.DFS_NAMENODE_SHARED_EDITS_DIR_KEY +".ns1" +".nn1",
"qjournal://journalnode0:9900;journalnode1:9901");
From HDFS documentaion:
The URI should be of the form: qjournal://host1:port1;host2:port2;host3:port3/journalId.
Found this, when I was working for another jira, as when parsing this dfs.namenode.shared.edits.dir property got an exception.