<?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: Is there any specific reason Ambari sets 64MB for &amp;quot;hive.exec.reducers.bytes.per.reducer&amp;quot;? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Is-there-any-specific-reason-Ambari-sets-64MB-for-quot-hive/m-p/97624#M60795</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/206/hosako.html" nodeid="206" target="_blank"&gt;@Hajime&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This makes sense&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="594-screen-shot-2015-11-26-at-53215-am.png" style="width: 1470px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23949i206188E95C3F362D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="594-screen-shot-2015-11-26-at-53215-am.png" alt="594-screen-shot-2015-11-26-at-53215-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;hive.exec.reducers.bytes.per.reducer
&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Default Value: &lt;CODE&gt;1,000,000,000&lt;/CODE&gt; prior to Hive 0.14.0; 256 MB (&lt;CODE&gt;256,000,000&lt;/CODE&gt;) in Hive 0.14.0 and later&lt;/LI&gt;&lt;LI&gt;Added In: Hive 0.2.0; default changed in 0.14.0 with &lt;A href="https://issues.apache.org/jira/browse/HIVE-7158" rel="nofollow noopener noreferrer" target="_blank"&gt;HIVE-7158&lt;/A&gt; (and &lt;A href="https://issues.apache.org/jira/browse/HIVE-7917" rel="nofollow noopener noreferrer" target="_blank"&gt;HIVE-7917&lt;/A&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Size per reducer. The default in Hive 0.14.0 and earlier is 1 GB, that is, if the input size is 10 GB then 10 reducers will be used. In Hive 0.14.0 and later the default is 256 MB, that is, if the input size is 1 GB then 4 reducers will be used.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Point to note:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Calculate hive.exec.reducers.max should be set to a number which is less than the available reduce slots on the cluster.  Hive calculate the reducers based on hive.exec.reducers.bytes.per.reducer (default 1GB). Consider setting this high based on the workloads and demand for the reducers on the cluster&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties" rel="nofollow noopener noreferrer"&gt;https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2019 12:45:47 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2019-08-19T12:45:47Z</dc:date>
    <item>
      <title>Is there any specific reason Ambari sets 64MB for "hive.exec.reducers.bytes.per.reducer"?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-there-any-specific-reason-Ambari-sets-64MB-for-quot-hive/m-p/97623#M60794</link>
      <description>&lt;P&gt;Hive's default value for "hive.exec.reducers.bytes.per.reducer" is 256MB (which used to be 1GB)&lt;/P&gt;&lt;P&gt;Looks like this was introduced in AMBARI-8092 and AMBARI-8836.&lt;/P&gt;&lt;P&gt;I was wondering if there is any specific reason Ambari sets 64MB?&lt;/P&gt;&lt;P&gt;In general, is it good thing to have many reducers?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 14:46:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-there-any-specific-reason-Ambari-sets-64MB-for-quot-hive/m-p/97623#M60794</guid>
      <dc:creator>hosako</dc:creator>
      <dc:date>2015-11-26T14:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any specific reason Ambari sets 64MB for "hive.exec.reducers.bytes.per.reducer"?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-there-any-specific-reason-Ambari-sets-64MB-for-quot-hive/m-p/97624#M60795</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/206/hosako.html" nodeid="206" target="_blank"&gt;@Hajime&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This makes sense&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="594-screen-shot-2015-11-26-at-53215-am.png" style="width: 1470px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23949i206188E95C3F362D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="594-screen-shot-2015-11-26-at-53215-am.png" alt="594-screen-shot-2015-11-26-at-53215-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;hive.exec.reducers.bytes.per.reducer
&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Default Value: &lt;CODE&gt;1,000,000,000&lt;/CODE&gt; prior to Hive 0.14.0; 256 MB (&lt;CODE&gt;256,000,000&lt;/CODE&gt;) in Hive 0.14.0 and later&lt;/LI&gt;&lt;LI&gt;Added In: Hive 0.2.0; default changed in 0.14.0 with &lt;A href="https://issues.apache.org/jira/browse/HIVE-7158" rel="nofollow noopener noreferrer" target="_blank"&gt;HIVE-7158&lt;/A&gt; (and &lt;A href="https://issues.apache.org/jira/browse/HIVE-7917" rel="nofollow noopener noreferrer" target="_blank"&gt;HIVE-7917&lt;/A&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Size per reducer. The default in Hive 0.14.0 and earlier is 1 GB, that is, if the input size is 10 GB then 10 reducers will be used. In Hive 0.14.0 and later the default is 256 MB, that is, if the input size is 1 GB then 4 reducers will be used.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Point to note:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Calculate hive.exec.reducers.max should be set to a number which is less than the available reduce slots on the cluster.  Hive calculate the reducers based on hive.exec.reducers.bytes.per.reducer (default 1GB). Consider setting this high based on the workloads and demand for the reducers on the cluster&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties" rel="nofollow noopener noreferrer"&gt;https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 12:45:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-there-any-specific-reason-Ambari-sets-64MB-for-quot-hive/m-p/97624#M60795</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2019-08-19T12:45:47Z</dc:date>
    </item>
  </channel>
</rss>

