Member since
02-16-2016
5
Posts
10
Kudos Received
0
Solutions
03-10-2016
06:57 AM
1 Kudo
Thanks Lester for your reply. Currently the HA cluster is running with 3 journal nodes and I wanted to add the 4th and 5th instance of the journal node. I have gone through the link shared above and it is really useful. Still I am wondering why do we need to copy the entire current directory ( with old edit files) instead of copying the version file alone to start the journal nodes.
... View more
03-10-2016
05:47 AM
1 Kudo
Thanks for your reply @Chris Nauroth
... View more
02-17-2016
04:38 AM
3 Kudos
Namespace1: <property> <name>dfs.namenode.shared.edits.dir</name>
<value>qjournal://node1.example.com:8485;node2.example.com:8485;node3.example.com:8485/mycluster1</value>
</property> Namespace2: <property> <name>dfs.namenode.shared.edits.dir</name>
<value>qjournal://node1.example.com:8485;node2.example.com:8485;node3.example.com:8485/mycluster2</value>
</property> Please advise.
... View more