<?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 do you specify a highly-available HDFS namespace in an Apache Falcon cluster definition in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-do-you-specify-a-highly-available-HDFS-namespace-in-an/m-p/98098#M61238</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/224/dkjerrumgaard.html" nodeid="224"&gt;@dkjerrumgaard&lt;/A&gt; has this been resolved? Can you post your solution or accept best answer?&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2016 22:35:16 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-02-02T22:35:16Z</dc:date>
    <item>
      <title>How do you specify a highly-available HDFS namespace in an Apache Falcon cluster definition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-do-you-specify-a-highly-available-HDFS-namespace-in-an/m-p/98093#M61233</link>
      <description>&lt;P&gt;for the following interfaces:&lt;/P&gt;&lt;P&gt;&amp;lt;interface type="readonly" endpoint="hftp://&amp;lt;host&amp;gt;:50070"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;interface type="write" endpoint="hdfs://&amp;lt;host&amp;gt;:8020" /&amp;gt;&lt;/P&gt;&lt;P&gt;If we are pointing to a cluster with HDFS H/A enabled?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 07:04:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-do-you-specify-a-highly-available-HDFS-namespace-in-an/m-p/98093#M61233</guid>
      <dc:creator>dkjerrumgaard1</dc:creator>
      <dc:date>2015-12-08T07:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do you specify a highly-available HDFS namespace in an Apache Falcon cluster definition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-do-you-specify-a-highly-available-HDFS-namespace-in-an/m-p/98094#M61234</link>
      <description>&lt;P&gt;If the nameservice is "myHA", the interfaces should be "hdfs://myHA". &lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 07:19:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-do-you-specify-a-highly-available-HDFS-namespace-in-an/m-p/98094#M61234</guid>
      <dc:creator>bvellanki</dc:creator>
      <dc:date>2015-12-08T07:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do you specify a highly-available HDFS namespace in an Apache Falcon cluster definition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-do-you-specify-a-highly-available-HDFS-namespace-in-an/m-p/98095#M61235</link>
      <description>&lt;P&gt;Just to clarify, the cluster in question is different from the one where Falcon is running, i.e. it is a D/R cluster we want to copy data to..&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 00:30:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-do-you-specify-a-highly-available-HDFS-namespace-in-an/m-p/98095#M61235</guid>
      <dc:creator>dkjerrumgaard1</dc:creator>
      <dc:date>2015-12-09T00:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do you specify a highly-available HDFS namespace in an Apache Falcon cluster definition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-do-you-specify-a-highly-available-HDFS-namespace-in-an/m-p/98096#M61236</link>
      <description>&lt;P&gt;You can point to it directly via its address, or you can do as @bvellanki (balu) mentioned, and list its HA. For example, if your HA for your backup cluster is called DRHA, your address would be hdfs://DRHA:8020. See below:&lt;/P&gt;&lt;PRE&gt;&amp;lt;interface type="readonly" endpoint="hftp://DRHA.company.com:50070" version="2.2.0"/&amp;gt;         
&amp;lt;interface type="write" endpoint="hdfs://DRHA.company.com:8020" version="2.2.0"/&amp;gt; 

#You can also do this, depending on preference

&amp;lt;interface type="readonly" endpoint="hftp://DRHA:50070" version="2.2.0"/&amp;gt;         
&amp;lt;interface type="write" endpoint="hdfs://DRHA:8020" version="2.2.0"/&amp;gt; &lt;/PRE&gt;</description>
      <pubDate>Wed, 09 Dec 2015 23:50:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-do-you-specify-a-highly-available-HDFS-namespace-in-an/m-p/98096#M61236</guid>
      <dc:creator>landon_t_robins</dc:creator>
      <dc:date>2015-12-09T23:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do you specify a highly-available HDFS namespace in an Apache Falcon cluster definition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-do-you-specify-a-highly-available-HDFS-namespace-in-an/m-p/98097#M61237</link>
      <description>&lt;P&gt;
	There are a couple considerations that need to be taken into account when using NN HA with Falcon and Oozie. In all cases, you need to use the Namenode service ID when referring to the Namenode in the cluster xml. This value can be found in hdfs-site.xml in the property dfs.ha.namenodes.[nameservice ID]. For multi-cluster installs, you need to setup all cluster Namenode HA nameservice ID details in all clusters. For example, if you have two clusters, hdfs-site.xml for both cluster one and cluster two will have 2 nameservice IDs. Likewise, for three clusters, all three clusters would have three nameservice IDs. A two-cluster implementation would look similar to the following:&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.ha.namenodes.hacluster1&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;c1nn1,c1nn2&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.ha.namenodes.hacluster2&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;c2nn1,c2nn2&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&lt;/PRE&gt;&lt;P&gt;Now, when you setup Falcon, provide &lt;STRONG&gt;both&lt;/STRONG&gt; cluster definitions on &lt;STRONG&gt;both&lt;/STRONG&gt; clusters.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 02:54:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-do-you-specify-a-highly-available-HDFS-namespace-in-an/m-p/98097#M61237</guid>
      <dc:creator>mmiklavcic</dc:creator>
      <dc:date>2015-12-10T02:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do you specify a highly-available HDFS namespace in an Apache Falcon cluster definition</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-do-you-specify-a-highly-available-HDFS-namespace-in-an/m-p/98098#M61238</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/224/dkjerrumgaard.html" nodeid="224"&gt;@dkjerrumgaard&lt;/A&gt; has this been resolved? Can you post your solution or accept best answer?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 22:35:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-do-you-specify-a-highly-available-HDFS-namespace-in-an/m-p/98098#M61238</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-02T22:35:16Z</dc:date>
    </item>
  </channel>
</rss>

