<?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: Hive job fail on TEZ due to out of memory.. in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hive-job-fail-on-TEZ-due-to-out-of-memory/m-p/120878#M83641</link>
    <description>&lt;P&gt;Please select the best answer to close out the thread&lt;/P&gt;</description>
    <pubDate>Sat, 10 Dec 2016 22:25:13 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-12-10T22:25:13Z</dc:date>
    <item>
      <title>Hive job fail on TEZ due to out of memory..</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-job-fail-on-TEZ-due-to-out-of-memory/m-p/120873#M83636</link>
      <description>&lt;P&gt;Hi one of my job in hive on Tez gets fail at 98% due tojava.lang.OutOfMemoryError:Java heap space,&lt;/P&gt;&lt;P&gt;i am using HDP 2.1.2&lt;/P&gt;&lt;P&gt;i have below values &lt;/P&gt;&lt;P&gt;mapreduce.map.memory.mb=3584;&lt;/P&gt;&lt;P&gt;mapreduce.map.java.opts=-Xmx2560m;&lt;/P&gt;&lt;P&gt;mapreduce.reduce.memory.mb=3584; &lt;/P&gt;&lt;P&gt; mapreduce.reduce.java.opts=-Xmx2560m&lt;/P&gt;&lt;P&gt;Can any one help me to out this error is great appreciated..&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sankar &lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 20:34:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-job-fail-on-TEZ-due-to-out-of-memory/m-p/120873#M83636</guid>
      <dc:creator>g_rao9704</dc:creator>
      <dc:date>2016-11-24T20:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hive job fail on TEZ due to out of memory..</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-job-fail-on-TEZ-due-to-out-of-memory/m-p/120874#M83637</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10953/grao9704.html" nodeid="10953"&gt;@rama&lt;/A&gt;&lt;/P&gt;&lt;P&gt;did you try increasing your mappers memory? and is your request failing with hive.execution.engine=mr as well?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 01:52:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-job-fail-on-TEZ-due-to-out-of-memory/m-p/120874#M83637</guid>
      <dc:creator>ledel</dc:creator>
      <dc:date>2016-11-25T01:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hive job fail on TEZ due to out of memory..</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-job-fail-on-TEZ-due-to-out-of-memory/m-p/120875#M83638</link>
      <description>&lt;P&gt;Your settings are mapreduce settings which may be not recognized by tez. Try setting tez config 'tez.task.resource.memory.mb' and 'tez.task.launch.cmd-opts' corresppondingly.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 16:20:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-job-fail-on-TEZ-due-to-out-of-memory/m-p/120875#M83638</guid>
      <dc:creator>zyang</dc:creator>
      <dc:date>2016-12-02T16:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hive job fail on TEZ due to out of memory..</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-job-fail-on-TEZ-due-to-out-of-memory/m-p/120876#M83639</link>
      <description>&lt;P&gt;I had similar issues on the Sandbox 2.5, increased &lt;/P&gt;&lt;P&gt;hive.tez.container.size to 1024 and &lt;/P&gt;&lt;P&gt;
&lt;/P&gt;&lt;P&gt;hive.tez.java.opts to Xmx8192m OOM issues went away.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2016 07:59:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-job-fail-on-TEZ-due-to-out-of-memory/m-p/120876#M83639</guid>
      <dc:creator>david1</dc:creator>
      <dc:date>2016-12-03T07:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hive job fail on TEZ due to out of memory..</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-job-fail-on-TEZ-due-to-out-of-memory/m-p/120877#M83640</link>
      <description>&lt;P&gt;Thank you all i have increesed all the above values to 2mb more..now job is working fine..&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 14:57:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-job-fail-on-TEZ-due-to-out-of-memory/m-p/120877#M83640</guid>
      <dc:creator>g_rao9704</dc:creator>
      <dc:date>2016-12-09T14:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hive job fail on TEZ due to out of memory..</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-job-fail-on-TEZ-due-to-out-of-memory/m-p/120878#M83641</link>
      <description>&lt;P&gt;Please select the best answer to close out the thread&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2016 22:25:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-job-fail-on-TEZ-due-to-out-of-memory/m-p/120878#M83641</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-12-10T22:25:13Z</dc:date>
    </item>
  </channel>
</rss>

