Thanks Harsh.
2013/7/17 Harsh J <[email protected]> > This has been asked previously. Use suffixes to solve your issue. See > http://search-hadoop.com/m/Fingkg6Dk91 > > On Wed, Jul 17, 2013 at 1:33 PM, lei liu <[email protected]> wrote: > > 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 > > > > > > > > > > > > > > -- > Harsh J >
