Member since
09-02-2016
523
Posts
90
Kudos Received
42
Solutions
09-10-2018
09:36 PM
@Harsh J yeap with <property>
<name>dfs.ha.fencing.methods</name>
<value>shell(/bin/true)</value>
</property> It working perfect now Thanks you very much
... View more
11-13-2017
11:27 AM
As noted in the previous reply, I did not have any nodes with the Failover Controller role. Importantly, I also had not enabled Automatic Failover despite running in an HA configuration.
I went ahead and added the Failover Controller role to both namenodes - the good one and the bad one.
After that, I attempted enable the Automatic Failover . To do that, however, I needed to first start Zookeeper.
At that point, If I recall correctly, the other namenode was still not active but I then restarted the entire cluster and the automatic failover kicked in, using the other namenode as the active one and leaving the bad namenode in a stopped state.
... View more