[ 
https://issues.apache.org/jira/browse/HDFS-13058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16367756#comment-16367756
 ] 

Hudson commented on HDFS-13058:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13672 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/13672/])
HDFS-13058. Fix dfs.namenode.shared.edits.dir in TestJournalNode. (arp: rev 
4c2119f04ee29784090bf121fd995dea78e542a3)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/qjournal/server/TestJournalNode.java


> Fix dfs.namenode.shared.edits.dir in TestJournalNode
> ----------------------------------------------------
>
>                 Key: HDFS-13058
>                 URL: https://issues.apache.org/jira/browse/HDFS-13058
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Bharat Viswanadham
>            Assignee: Bharat Viswanadham
>            Priority: Major
>             Fix For: 3.1.0
>
>         Attachments: HDFS-13058.00.patch, HDFS-13058.01.patch, 
> HDFS-13058.02.patch
>
>
> 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:
> [https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithQJM.html]
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to