<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Process to Start StandBy NameNode in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79445#M54825</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26366"&gt;@phaothu&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To do via CM,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Login as admin to CM -&amp;gt; HDFS -&amp;gt; Instances -&amp;gt; 'Federation and high availability' button -&amp;gt; Action -&amp;gt; Manual Failover&lt;/P&gt;</description>
    <pubDate>Thu, 06 Sep 2018 09:39:39 GMT</pubDate>
    <dc:creator>saranvisa</dc:creator>
    <dc:date>2018-09-06T09:39:39Z</dc:date>
    <item>
      <title>Process to Start StandBy NameNode</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79427#M54823</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My system have 2 datanode, 2&amp;nbsp; namenode, 3 journalnode, 3 zookeeper service&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had config cluster namenode ok , when browsing the admin page namenode:50070 , I had see 1 name node status (active) and one namenode status (standby). =&amp;gt; OK&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I stop active namenode the other with standby become active .&amp;nbsp; =&amp;gt; OK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the problem is how start the namenode which I had stop again ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do the following :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;sudo -u hdfs hdfs namenode -bootstrapStandby -force

/etc/init.d/hadoop-hdfs-namenode start&lt;/PRE&gt;&lt;P&gt;With above process sometime namenode start ok with standby mode , but sometime it start with active mode and then I have 2 active node (split brain !!)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what I have wrong , what is the right process to start a namenode had stop again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 13:40:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79427#M54823</guid>
      <dc:creator>phaothu</dc:creator>
      <dc:date>2022-09-16T13:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Process to Start StandBy NameNode</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79428#M54824</link>
      <description>&lt;P&gt;A HA HDFS installation requires you to run Failover Controllers on each of&lt;BR /&gt;the NameNode, along with a ZooKeeper service. These controllers take care&lt;BR /&gt;of transitioning NameNodes such that only one is active and the other&lt;BR /&gt;becomes standby.&lt;BR /&gt;&lt;BR /&gt;It appears that you're using a CDH package based (non-CM) installation&lt;BR /&gt;here, so please follow the guide starting at&lt;BR /&gt;&lt;A href="https://www.cloudera.com/documentation/enterprise/5-14-x/topics/cdh_hag_hdfs_ha_intro.html#topic_2_1_3__section_jnx_jzp_15" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/5-14-x/topics/cdh_hag_hdfs_ha_intro.html#topic_2_1_3__section_jnx_jzp_15&lt;/A&gt;,&lt;BR /&gt;following instructions that are under the 'Command-Line' parts instead of&lt;BR /&gt;Cloudera Manager ones.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26366"&gt;@phaothu&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;But the problem is how start the namenode which I had stop again ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do the following :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;sudo -u hdfs hdfs namenode -bootstrapStandby -force

/etc/init.d/hadoop-hdfs-namenode start&lt;/PRE&gt;&lt;P&gt;With above process sometime namenode start ok with standby mode , but sometime it start with active mode and then I have 2 active node (split brain !!)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what I have wrong , what is the right process to start a namenode had stop again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Just simply start it up. The bootstrap command must only be run if its a fresh new NameNode, not every restart of a previously running NameNode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its worth noting that Standby and Active are just states of the very same NameNode. The StandbyNameNode is not a special daemon, its just a state of the NameNode.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 10:16:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79428#M54824</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2018-09-06T10:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Process to Start StandBy NameNode</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79445#M54825</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26366"&gt;@phaothu&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To do via CM,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Login as admin to CM -&amp;gt; HDFS -&amp;gt; Instances -&amp;gt; 'Federation and high availability' button -&amp;gt; Action -&amp;gt; Manual Failover&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:39:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79445#M54825</guid>
      <dc:creator>saranvisa</dc:creator>
      <dc:date>2018-09-06T09:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Process to Start StandBy NameNode</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79517#M54826</link>
      <description>&lt;P&gt;Yeap as&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/213"&gt;@Harsh J&lt;/a&gt;&amp;nbsp;said I am&lt;SPAN&gt;&amp;nbsp;using a CDH package based (non-CM) installation.&amp;nbsp; I will show more about my config&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have 3 nodes: node 1 , node 2 , node 3&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;zookeeper in 3 nodes: 3 nodes with the same config&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;maxClientCnxns=50
tickTime=2000
initLimit=10
syncLimit=5
dataDir=/var/lib/zookeeper
clientPort=2181
dataLogDir=/var/lib/zookeeper&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;hdfs-site.xml in 3 nodes:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.nameservices&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;mycluster&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;

&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.ha.namenodes.mycluster&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;node1,node2&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;

&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.namenode.rpc-address.mycluster.node1&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;node1:8020&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;

&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.namenode.rpc-address.mycluster.node2&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;node2:8020&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;


&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.namenode.http-address.mycluster.node1&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;node1:50070&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.namenode.http-address.mycluster.node2&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;node2:50070&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;


&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.namenode.shared.edits.dir&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;qjournal://node1:8485;node2:8485;node3:8485/mycluster&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;

&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.client.failover.proxy.provider.mycluster&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;

&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.ha.automatic-failover.enabled&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;

&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.journalnode.edits.dir&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;/namenode/dfs/jn&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;&lt;/PRE&gt;&lt;P&gt;core-site.xml in 3 nodes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;fs.defaultFS&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;hdfs://mycluster&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;

&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;ha.zookeeper.quorum&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;node1:2181,node2:2181,node3:2181&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;

&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Above is config relate to cluster namnode. I doupt &amp;nbsp;about zookeeper config , does is it enough ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Service install on each node&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;Node 1:&amp;nbsp;

hadoop-hdfs-journalnode&amp;nbsp; hadoop-hdfs-namenode&amp;nbsp; &amp;nbsp; hadoop-hdfs-zkfc&amp;nbsp; zookeeper-server

Node 2:

hadoop-hdfs-journalnode&amp;nbsp; hadoop-hdfs-namenode&amp;nbsp; &amp;nbsp; hadoop-hdfs-zkfc&amp;nbsp; zookeeper-server

Node 3:&amp;nbsp;

hadoop-hdfs-journalnode&amp;nbsp; zookeeper-server&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The&amp;nbsp;firt time initial is ok:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Node 1 active , Node 2 standby&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Stop namenode service on Node 1 =&amp;gt; node 2 active =&amp;gt; OK&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But when start service NameNode on Node 1 again&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;node 1 active And node 2 active too =&amp;gt; fail&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 11:10:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79517#M54826</guid>
      <dc:creator>phaothu</dc:creator>
      <dc:date>2018-09-07T11:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Process to Start StandBy NameNode</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79541#M54827</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/18441"&gt;@saranvisa&lt;/a&gt;&amp;nbsp;but I am&amp;nbsp; not using&amp;nbsp; CM , just install by command line.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Sep 2018 09:44:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79541#M54827</guid>
      <dc:creator>phaothu</dc:creator>
      <dc:date>2018-09-08T09:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Process to Start StandBy NameNode</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79542#M54828</link>
      <description>&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26366"&gt;@phaothu&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; My system have 2 datanode, 2 namenode, 3 journalnode, 3 zookeeper service&lt;BR /&gt;&lt;BR /&gt;To repeat, you need to run the ZKFailoverController daemons in addition to this setup. Please see the guide linked in my previous post and follow it entirely for the command-line setup.&lt;BR /&gt;&lt;BR /&gt;Running just ZK will not grant you a HDFS HA solution - you are missing a crucial daemon that interfaces between ZK and HDFS.</description>
      <pubDate>Sat, 08 Sep 2018 12:29:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79542#M54828</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2018-09-08T12:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Process to Start StandBy NameNode</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79574#M54829</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/213"&gt;@Harsh J&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does 'Automatic Failover Configuration' need config 'Fencing Configuration' , It is&amp;nbsp;&amp;nbsp; 2 dependent section or I need both to config&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Automatic Failover .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Because I met this error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ou must configure a fencing method before using automatic failover.
org.apache.hadoop.ha.BadFencingConfigurationException: No fencer configured for NameNode at node1/x.x.x.x:8020
	at org.apache.hadoop.hdfs.tools.NNHAServiceTarget.checkFencingConfigured(NNHAServiceTarget.java:132)
	at org.apache.hadoop.ha.ZKFailoverController.doRun(ZKFailoverController.java:225)
	at org.apache.hadoop.ha.ZKFailoverController.access$000(ZKFailoverController.java:60)
	at org.apache.hadoop.ha.ZKFailoverController$1.run(ZKFailoverController.java:171)
	at org.apache.hadoop.ha.ZKFailoverController$1.run(ZKFailoverController.java:167)
	at org.apache.hadoop.security.SecurityUtil.doAsLoginUserOrFatal(SecurityUtil.java:444)
	at org.apache.hadoop.ha.ZKFailoverController.run(ZKFailoverController.java:167)
	at org.apache.hadoop.hdfs.tools.DFSZKFailoverController.main(DFSZKFailoverController.java:192)
2018-09-10 15:56:53,262 INFO org.apache.zookeeper.ZooKeeper: Session: 0x365c2b22a1e0000 closed
2018-09-10 15:56:53,262 INFO org.apache.zookeeper.ClientCnxn: EventThread shut down&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I need both of them , so&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.ha.fencing.methods&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;shell(/path/to/my/script.sh --nameservice=$target_nameserviceid $target_host:$target_port)&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;What is the&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;/path/to/my/script.sh&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The contain of this script I am not clear about this , pls explain and may be give me an example .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks you&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 09:29:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79574#M54829</guid>
      <dc:creator>phaothu</dc:creator>
      <dc:date>2018-09-10T09:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Process to Start StandBy NameNode</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79627#M54830</link>
      <description>The fencing config requirement still exists, and you could configure a valid fencer if you wish to, but with Journal Nodes involved you can simply use the following as your fencer, as the QJMs fence the NameNodes by crashing them due to a single elected writer model:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;dfs.ha.fencing.methods&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;shell(/bin/true)&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;</description>
      <pubDate>Tue, 11 Sep 2018 03:30:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79627#M54830</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2018-09-11T03:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Process to Start StandBy NameNode</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79628#M54831</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/213"&gt;@Harsh J&lt;/a&gt;&amp;nbsp;yeap with&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.ha.fencing.methods&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;shell(/bin/true)&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;&lt;/PRE&gt;&lt;P&gt;It working perfect now&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you very much&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 04:36:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Process-to-Start-StandBy-NameNode/m-p/79628#M54831</guid>
      <dc:creator>phaothu</dc:creator>
      <dc:date>2018-09-11T04:36:35Z</dc:date>
    </item>
  </channel>
</rss>

