I have two namespaces, example below:

<property>
    <name>dfs.nameservices</name>
    <value>ns1,ns2</value>
 </property>

Can I config the "dfs.namenode.shared.edits.dir" to below content?
<property>
  <name>dfs.namenode.shared.edits.dir</name>
  
<value>qjournal://10.232.98.61:20022;10.232.98.62:20022;10.232.98.63:20022/nn1,nn2</value>
</property>


Thanks,

LiuLei

Reply via email to