You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Bharat Viswanadham (JIRA)" <ji...@apache.org> on 2018/01/24 20:27:01 UTC

[jira] [Created] (HDFS-13058) Fix dfs.namenode.shared.edits.dir in TestJournalNode

Bharat Viswanadham created HDFS-13058:
-----------------------------------------

             Summary: 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


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*}}. 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org