<?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 HA Nameservice using Cloudera Director in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-Nameservice-using-Cloudera-Director/m-p/31651#M7247</link>
    <description>&lt;P&gt;I'm trying to use Cloudera Director to create our cluster. We have 2 masters and I want to have NameNode on both of them with HA enabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't find anything in the documentation about HA and specifing the name of the nameservice in the documentation and the git script at&amp;nbsp;&lt;A href="https://github.com/cloudera/director-scripts/blob/master/high-availability/aws.enableha.sample.conf" target="_blank"&gt;https://github.com/cloudera/director-scripts/blob/master/high-availability/aws.enableha.sample.conf&lt;/A&gt; doesn't really look like it makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any documentation on writing the conf file to support HA?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Owen&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2015 20:14:24 GMT</pubDate>
    <dc:creator>owenrumney</dc:creator>
    <dc:date>2015-09-09T20:14:24Z</dc:date>
    <item>
      <title>HA Nameservice using Cloudera Director</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-Nameservice-using-Cloudera-Director/m-p/31651#M7247</link>
      <description>&lt;P&gt;I'm trying to use Cloudera Director to create our cluster. We have 2 masters and I want to have NameNode on both of them with HA enabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't find anything in the documentation about HA and specifing the name of the nameservice in the documentation and the git script at&amp;nbsp;&lt;A href="https://github.com/cloudera/director-scripts/blob/master/high-availability/aws.enableha.sample.conf" target="_blank"&gt;https://github.com/cloudera/director-scripts/blob/master/high-availability/aws.enableha.sample.conf&lt;/A&gt; doesn't really look like it makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any documentation on writing the conf file to support HA?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Owen&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 20:14:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-Nameservice-using-Cloudera-Director/m-p/31651#M7247</guid>
      <dc:creator>owenrumney</dc:creator>
      <dc:date>2015-09-09T20:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: HA Nameservice using Cloudera Director</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-Nameservice-using-Cloudera-Director/m-p/31654#M7248</link>
      <description>Hi Owen,&lt;BR /&gt;&lt;BR /&gt;Thanks for trying out Director.&lt;BR /&gt;&lt;BR /&gt;Have you read the README.md co-located with the conf file you linked?&lt;BR /&gt;&lt;A href="https://github.com/cloudera/director-scripts/tree/master/high-availability/README.md" target="_blank"&gt;https://github.com/cloudera/director-scripts/tree/master/high-availability/README.md&lt;/A&gt;&lt;BR /&gt;This git repo provides scripts (written in python or groovy) that you can&lt;BR /&gt;use to enable HA for HDFS on a newly created cluster. The scripts,&lt;BR /&gt;&lt;A href="https://github.com/cloudera/director-scripts/blob/master/high-availability/python/enable-hdfs-ha.py" target="_blank"&gt;https://github.com/cloudera/director-scripts/blob/master/high-availability/python/enable-hdfs-ha.py&lt;/A&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;A href="https://github.com/cloudera/director-scripts/blob/master/high-availability/groovy/enableHdfsHa.groovy," target="_blank"&gt;https://github.com/cloudera/director-scripts/blob/master/high-availability/groovy/enableHdfsHa.groovy,&lt;/A&gt;&lt;BR /&gt;allow you to specify the nameservice on the command line.&lt;BR /&gt;&lt;BR /&gt;Director 1.5 and Cloudera Manager 5.4 do not support pre-configuring HDFS&lt;BR /&gt;for HA at cluster creation time. The provided scripts will invoke a command&lt;BR /&gt;on Cloudera Manager to enable HA for an existing HDFS service. Director&lt;BR /&gt;will not have any knowledge about the role changes that result from these&lt;BR /&gt;scripts, but could still be used for growing and shrinking worker nodes.&lt;BR /&gt;Full HA support at cluster creation time is being worked on for a future&lt;BR /&gt;release of Director.&lt;BR /&gt;&lt;BR /&gt;David&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Sep 2015 21:07:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-Nameservice-using-Cloudera-Director/m-p/31654#M7248</guid>
      <dc:creator>dhan</dc:creator>
      <dc:date>2015-09-09T21:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: HA Nameservice using Cloudera Director</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-Nameservice-using-Cloudera-Director/m-p/31672#M7249</link>
      <description>&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thats embarrassing - I went straight to the script and didn't register there was more to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for coming back to me, great help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Owen&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 06:37:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HA-Nameservice-using-Cloudera-Director/m-p/31672#M7249</guid>
      <dc:creator>owenrumney</dc:creator>
      <dc:date>2015-09-10T06:37:21Z</dc:date>
    </item>
  </channel>
</rss>

