<?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: Can you have multiple (more than 1) secondary NameNode when configuring HDFS HA?, in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-you-have-multiple-more-than-1-secondary-NameNode-when/m-p/165526#M36965</link>
    <description>&lt;P&gt;This was exactly what I was looking for. Thanks for the heads up! &lt;/P&gt;</description>
    <pubDate>Fri, 05 Aug 2016 03:37:00 GMT</pubDate>
    <dc:creator>jacks_john</dc:creator>
    <dc:date>2016-08-05T03:37:00Z</dc:date>
    <item>
      <title>Can you have multiple (more than 1) secondary NameNode when configuring HDFS HA?,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-you-have-multiple-more-than-1-secondary-NameNode-when/m-p/165523#M36962</link>
      <description>&lt;P&gt;I'm setting up NameNode HA on a cluster and we'd like to have more than 1 secondary NameNode. Looking at the procedures for setting it up it doesn't look like it is supported:&lt;/P&gt;&lt;P&gt;Via Ambari:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.1/bk_Ambari_Users_Guide/content/_how_to_configure_namenode_high_availability.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.1/bk_Ambari_Users_Guide/content/_how_to_configure_namenode_high_availability.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Manually:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_hadoop-ha/content/ha-nn-config-cluster.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_hadoop-ha/content/ha-nn-config-cluster.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 23:50:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-you-have-multiple-more-than-1-secondary-NameNode-when/m-p/165523#M36962</guid>
      <dc:creator>jacks_john</dc:creator>
      <dc:date>2016-08-04T23:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can you have multiple (more than 1) secondary NameNode when configuring HDFS HA?,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-you-have-multiple-more-than-1-secondary-NameNode-when/m-p/165524#M36963</link>
      <description>&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/12309/jacks-john.html" nodeid="12309"&gt;@John Jackson&lt;/A&gt; I am not aware of any capabilities for multipule secondary namenodes.  If that would be possible then I assume enhancements to the journal keeper service will need to be made to keep multipule instances in sync.  Would like to see others opinion if that is possible and supported.  To the best of my knowledge it is not.  One possibility you have is HDFS federation.  where you can have multipule name nodes and each once having secondary name node.  Each namenode would be responsible for slice of your namespace.  here is the architecture&lt;/P&gt;&lt;H2&gt;Multiple Namenodes/Namespaces&lt;/H2&gt;&lt;P&gt;In order to scale the name service horizontally, federation uses multiple independent Namenodes/namespaces. The Namenodes are federated; the Namenodes are independent and do not require coordination with each other. The Datanodes are used as common storage for blocks by all the Namenodes. Each Datanode registers with all the Namenodes in the cluster. Datanodes send periodic heartbeats and block reports. They also handle commands from the Namenodes.&lt;/P&gt;&lt;P&gt;Users may use &lt;A href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/ViewFs.html"&gt;ViewFs&lt;/A&gt; to create personalized namespace views. ViewFs is analogous to client side mount tables in some Unix/Linux systems.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/5398c477566a67128329ae5c7b377416fcced757/68747470733a2f2f6861646f6f702e6170616368652e6f72672f646f63732f737461626c652f6861646f6f702d70726f6a6563742d646973742f6861646f6f702d686466732f696d616765732f66656465726174696f6e2e676966" alt="HDFS Federation Architecture" style="border-width: initial; border-style: none;" /&gt;&lt;/P&gt;&lt;P&gt;More on federation &lt;A href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/Federation.html"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 00:23:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-you-have-multiple-more-than-1-secondary-NameNode-when/m-p/165524#M36963</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-08-05T00:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can you have multiple (more than 1) secondary NameNode when configuring HDFS HA?,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-you-have-multiple-more-than-1-secondary-NameNode-when/m-p/165525#M36964</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/12309/jacks-john.html" nodeid="12309"&gt;@John Jackson&lt;/A&gt;&lt;P&gt;This feature is currently not available but will be shipped with Hadoop 3.0. You will be able to have up to 5 name nodes. Please see the following JIRA.&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/HDFS-6440" target="_blank"&gt;https://issues.apache.org/jira/browse/HDFS-6440&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 01:39:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-you-have-multiple-more-than-1-secondary-NameNode-when/m-p/165525#M36964</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2016-08-05T01:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can you have multiple (more than 1) secondary NameNode when configuring HDFS HA?,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-you-have-multiple-more-than-1-secondary-NameNode-when/m-p/165526#M36965</link>
      <description>&lt;P&gt;This was exactly what I was looking for. Thanks for the heads up! &lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 03:37:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-you-have-multiple-more-than-1-secondary-NameNode-when/m-p/165526#M36965</guid>
      <dc:creator>jacks_john</dc:creator>
      <dc:date>2016-08-05T03:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can you have multiple (more than 1) secondary NameNode when configuring HDFS HA?,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-you-have-multiple-more-than-1-secondary-NameNode-when/m-p/165527#M36966</link>
      <description>&lt;P&gt;I had looked at this earlier, and while compelling, doesn't quite meet our needs. Thanks for the info!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 03:38:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-you-have-multiple-more-than-1-secondary-NameNode-when/m-p/165527#M36966</guid>
      <dc:creator>jacks_john</dc:creator>
      <dc:date>2016-08-05T03:38:33Z</dc:date>
    </item>
  </channel>
</rss>

