<?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: NameNode HA - HBASE has to be stopped in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147688#M110227</link>
    <description>&lt;P&gt;Sure will do, can you please also let me know what kind of preliminary checks I can do after configuring NameHA&lt;/P&gt;</description>
    <pubDate>Fri, 10 Mar 2017 03:11:03 GMT</pubDate>
    <dc:creator>sreeviswa_athic</dc:creator>
    <dc:date>2017-03-10T03:11:03Z</dc:date>
    <item>
      <title>NameNode HA - HBASE has to be stopped</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147682#M110221</link>
      <description>&lt;P&gt;While configuring NameNode HA its recommended to stop HBASE prior, curious to know why HBASE has to stopped for NameNode High Availability.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 09:55:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147682#M110221</guid>
      <dc:creator>sreeviswa_athic</dc:creator>
      <dc:date>2017-03-09T09:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode HA - HBASE has to be stopped</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147683#M110222</link>
      <description>&lt;P&gt;Note that you need at least to restart HBase after configuring NN HA to give HBase a chance to pick up on the new configuration, instead of using only one NN. I guess strictly speaking you can keep HBase running, and restart it once NN HA is over, but it's better to stop it to avoid any inconsistencies and other troubles.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 10:23:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147683#M110222</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2017-03-09T10:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode HA - HBASE has to be stopped</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147684#M110223</link>
      <description>&lt;PRE&gt;When you enable HA, you essentially are changing name of the namenode with nameservers, you have to update hbase.rootdir property to reflect the nameservices ID and hence the stop.


&lt;/PRE&gt;&lt;PRE&gt;  &amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;hbase.rootdir&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;hdfs://namenode.example.org:8020/hbase&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Mar 2017 20:43:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147684#M110223</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2017-03-09T20:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode HA - HBASE has to be stopped</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147685#M110224</link>
      <description>&lt;P&gt;HBase Distributed modes require an instance of HDFS. HBase depends on HDFS (Namenode, Datanodes) to perform operations like adding a file etc. 
So, if you a running cluster where HBase is also installed and you are upgrading HDFS to be HA i.e to Namenode-HA you should stop HBase service. &lt;/P&gt;&lt;P&gt;Also, as Artem mentioned above after upgrading the Namenode to HA, change the distributed file system URI in hbase-site.xml to the name specified in the dfs.nameservices property in hdfs-site.xml. &lt;/P&gt;&lt;P&gt;
For example, suppose the HDFS HA property dfs.nameservices is set to mycluster in hdfs-site.xml. 
Specify that same value as below in hbase-site.xml's hbase.rootdir value:&lt;/P&gt;&lt;PRE&gt;&amp;lt;!-- Configure HBase to use the HA NameNode nameservice --&amp;gt;
&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;hbase.rootdir&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;hdfs://mycluster/hbase&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Mar 2017 02:41:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147685#M110224</guid>
      <dc:creator>namaheshwari</dc:creator>
      <dc:date>2017-03-10T02:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode HA - HBASE has to be stopped</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147686#M110225</link>
      <description>&lt;P&gt;thank you, makes sense&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 02:59:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147686#M110225</guid>
      <dc:creator>sreeviswa_athic</dc:creator>
      <dc:date>2017-03-10T02:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode HA - HBASE has to be stopped</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147687#M110226</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/3057/sreeviswaathikala.html" nodeid="3057"&gt;@Viswa&lt;/A&gt;. Can you please upvote and accept the answer as well.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 03:06:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147687#M110226</guid>
      <dc:creator>namaheshwari</dc:creator>
      <dc:date>2017-03-10T03:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode HA - HBASE has to be stopped</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147688#M110227</link>
      <description>&lt;P&gt;Sure will do, can you please also let me know what kind of preliminary checks I can do after configuring NameHA&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 03:11:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147688#M110227</guid>
      <dc:creator>sreeviswa_athic</dc:creator>
      <dc:date>2017-03-10T03:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode HA - HBASE has to be stopped</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147689#M110228</link>
      <description>&lt;P&gt;These checks should suffice the health of HDFS:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_command-line-upgrade/content/verify-hdfs-24.html"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_command-line-upgrade/content/verify-hdfs-24.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Although the document is for manual upgrade, but the health checks should be good enough&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 03:20:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147689#M110228</guid>
      <dc:creator>namaheshwari</dc:creator>
      <dc:date>2017-03-10T03:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode HA - HBASE has to be stopped</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147690#M110229</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3057/sreeviswaathikala.html" nodeid="3057"&gt;@Viswa&lt;/A&gt; - Can we close this now?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2017 05:30:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NameNode-HA-HBASE-has-to-be-stopped/m-p/147690#M110229</guid>
      <dc:creator>namaheshwari</dc:creator>
      <dc:date>2017-03-11T05:30:08Z</dc:date>
    </item>
  </channel>
</rss>

