<?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: How to configure namenode high availability in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-configure-namenode-high-availability/m-p/112427#M75258</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/738/markpetronic.html" nodeid="738"&gt;@Mark Petronic&lt;/A&gt;&lt;P&gt;Step 15 isn't a configuration setting script. It is the step to update HiveMetastore with the NameService URI. Hence it's not expected to change when the services are restarted using Ambari. If it already lists the correct NameService URI, there is no need to re-run this command.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2016 06:00:50 GMT</pubDate>
    <dc:creator>vpoornalingam</dc:creator>
    <dc:date>2016-03-08T06:00:50Z</dc:date>
    <item>
      <title>How to configure namenode high availability</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-configure-namenode-high-availability/m-p/112425#M75256</link>
      <description>&lt;P&gt;I am currently planning ahead in preparation to deploy a production cluster that will run using QJM NN HA. Reading &lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.0.0/bk_Ambari_Users_Guide/content/_how_to_configure_namenode_high_availability.html"&gt;this&lt;/A&gt;, all looks reasonable except when I get to the last step (15). It seems to instruct you to change configuration directly on the hosts. Won't that be overwritten by Ambari in subsequent pushes of other config updates? Shouldn't these changes be made via Ambari config changes?&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2016 01:16:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-configure-namenode-high-availability/m-p/112425#M75256</guid>
      <dc:creator>Mark_Petronic</dc:creator>
      <dc:date>2016-03-06T01:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure namenode high availability</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-configure-namenode-high-availability/m-p/112426#M75257</link>
      <description>&lt;P&gt;You ask a good question, so I tested it out. I just ran through the wizard to enable NN HA, and then I ran the following command from Step 15:&lt;/P&gt;&lt;PRE&gt;hive --config /etc/hive/conf.server --service metatool -listFSRoot&lt;/PRE&gt;&lt;P&gt;The FS root was not the old value (which the documentation says it will be), but instead it was set to the correct value of my new Nameservice ID. I tested this using Ambari 1.7, so if you are using at least 1.7 you can ignore that last step.&lt;/P&gt;&lt;P&gt;I have a hunch that the documentation page is out of date and just needs to be updated.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2016 05:21:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-configure-namenode-high-availability/m-p/112426#M75257</guid>
      <dc:creator>rich1</dc:creator>
      <dc:date>2016-03-06T05:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure namenode high availability</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-configure-namenode-high-availability/m-p/112427#M75258</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/738/markpetronic.html" nodeid="738"&gt;@Mark Petronic&lt;/A&gt;&lt;P&gt;Step 15 isn't a configuration setting script. It is the step to update HiveMetastore with the NameService URI. Hence it's not expected to change when the services are restarted using Ambari. If it already lists the correct NameService URI, there is no need to re-run this command.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 06:00:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-configure-namenode-high-availability/m-p/112427#M75258</guid>
      <dc:creator>vpoornalingam</dc:creator>
      <dc:date>2016-03-08T06:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure namenode high availability</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-configure-namenode-high-availability/m-p/112428#M75259</link>
      <description>&lt;P&gt;Thank you &lt;A rel="user" href="https://community.cloudera.com/users/350/vpoornalingam.html" nodeid="350"&gt;@vpoornalingam&lt;/A&gt;. That helps demystify this step. I tried the same query as &lt;A rel="user" href="https://community.cloudera.com/users/164/rich.html" nodeid="164"&gt;@Rich Raposa&lt;/A&gt; and it did not list any of my FSRoots. Then I realized the --config path in the example is wrong for my install of Ambari 2.2 and HDP 2.3.0. It should be "/etc/hive/&lt;STRONG&gt;conf&lt;/STRONG&gt;/conf.server". Using that I do get the expected listing.&lt;/P&gt;&lt;PRE&gt;[hive@vmwhaddev01 ~]$ hive --config /etc/hive/conf/conf.server --service metatool -listFSRoot
Initializing HiveMetaTool..
&amp;lt;info traces&amp;gt;
Listing FS Roots..
hdfs://vmwhaddev01:8020/apps/hive/warehouse
hdfs://vmwhaddev01:8020/apps/hive/warehouse/jupstats.db
hdfs://vmwhaddev01:8020/apps/hive/warehouse/aggregates.db
hdfs://vmwhaddev01:8020/apps/hive/warehouse/imports.db
&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Mar 2016 07:11:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-configure-namenode-high-availability/m-p/112428#M75259</guid>
      <dc:creator>Mark_Petronic</dc:creator>
      <dc:date>2016-03-08T07:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure namenode high availability</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-configure-namenode-high-availability/m-p/112429#M75260</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/738/markpetronic.html" nodeid="738"&gt;@Mark Petronic&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks for the feedback. I would check this and get it fixed as appropriate.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 18:01:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-configure-namenode-high-availability/m-p/112429#M75260</guid>
      <dc:creator>vpoornalingam</dc:creator>
      <dc:date>2016-03-08T18:01:52Z</dc:date>
    </item>
  </channel>
</rss>

