<?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: Hi, Can some one tell me how many max mappers we can use in a HDP2.3 cluster? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-Can-some-one-tell-me-how-many-max-mappers-we-can-use-in-a/m-p/125669#M26899</link>
    <description>&lt;P&gt;As others explained it depends on number of containers available on your cluster. &lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2016 06:02:31 GMT</pubDate>
    <dc:creator>ajay_kumar</dc:creator>
    <dc:date>2016-05-03T06:02:31Z</dc:date>
    <item>
      <title>Hi, Can some one tell me how many max mappers we can use in a HDP2.3 cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-Can-some-one-tell-me-how-many-max-mappers-we-can-use-in-a/m-p/125665#M26895</link>
      <description />
      <pubDate>Mon, 02 May 2016 20:36:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-Can-some-one-tell-me-how-many-max-mappers-we-can-use-in-a/m-p/125665#M26895</guid>
      <dc:creator>raocm08</dc:creator>
      <dc:date>2016-05-02T20:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, Can some one tell me how many max mappers we can use in a HDP2.3 cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-Can-some-one-tell-me-how-many-max-mappers-we-can-use-in-a/m-p/125666#M26896</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3035/prakash6k.html" nodeid="3035"&gt;@Ram&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;If I am not wrong its not very simple to answer the question. No of mappers depends on your compute power [CPU and memory] and also on the no of containers [when using yarn].&lt;/P&gt;&lt;P&gt;1JVM corresponds to 1 Mapper usually.&lt;/P&gt;&lt;P&gt;Depending upon your compute you need to configure the MR memory settings so hat you can use MAXresources [ie. mappers and reducers]&lt;/P&gt;&lt;P&gt;pls refer below link for -&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_installing_manually_book/content/determine-hdp-memory-config.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_installing_manually_book/content/determine-hdp-memory-config.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://hortonworks.com/blog/how-to-plan-and-configure-yarn-in-hdp-2-0/" target="_blank"&gt;http://hortonworks.com/blog/how-to-plan-and-configure-yarn-in-hdp-2-0/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cloudcelebrity.wordpress.com/2013/08/14/12-key-steps-to-keep-your-hadoop-cluster-running-strong-and-performing-optimum/" target="_blank"&gt;https://cloudcelebrity.wordpress.com/2013/08/14/12-key-steps-to-keep-your-hadoop-cluster-running-strong-and-performing-optimum/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 20:44:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-Can-some-one-tell-me-how-many-max-mappers-we-can-use-in-a/m-p/125666#M26896</guid>
      <dc:creator>sshimpi</dc:creator>
      <dc:date>2016-05-02T20:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, Can some one tell me how many max mappers we can use in a HDP2.3 cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-Can-some-one-tell-me-how-many-max-mappers-we-can-use-in-a/m-p/125667#M26897</link>
      <description>&lt;P&gt;I don't think there is any max number Most likely some theoretical int number that you wouldn't reach in any cluster. Or do you mean at the same time? In that case it would be &lt;/P&gt;&lt;P&gt;(RAM * Nodenumber) / *yarn.scheduler.minimum-allocation-mb&lt;/P&gt;&lt;P&gt;So if you have a 100 nodes and your nodes have 96GB yarn memory and your minimum allocation size  ( and your map size ) is 2GB it would be 4800. &lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 20:51:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-Can-some-one-tell-me-how-many-max-mappers-we-can-use-in-a/m-p/125667#M26897</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-05-02T20:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, Can some one tell me how many max mappers we can use in a HDP2.3 cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-Can-some-one-tell-me-how-many-max-mappers-we-can-use-in-a/m-p/125668#M26898</link>
      <description>&lt;P&gt;It depends on the memory you have on your cluster.&lt;/P&gt;&lt;P&gt;You have an amount of RAM allocated to YARN (yarn.nodemanager.resource.memory-mb) on a node, then each mapper has a size (in MR it's mapreduce.map.memory.mb), that gives you an idea (you'll also use memory for ApplicationMasters, Reducers,etc.)&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 20:52:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-Can-some-one-tell-me-how-many-max-mappers-we-can-use-in-a/m-p/125668#M26898</guid>
      <dc:creator>ledel</dc:creator>
      <dc:date>2016-05-02T20:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, Can some one tell me how many max mappers we can use in a HDP2.3 cluster?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-Can-some-one-tell-me-how-many-max-mappers-we-can-use-in-a/m-p/125669#M26899</link>
      <description>&lt;P&gt;As others explained it depends on number of containers available on your cluster. &lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 06:02:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hi-Can-some-one-tell-me-how-many-max-mappers-we-can-use-in-a/m-p/125669#M26899</guid>
      <dc:creator>ajay_kumar</dc:creator>
      <dc:date>2016-05-03T06:02:31Z</dc:date>
    </item>
  </channel>
</rss>

