<?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: Sqoop job failing with DSQuotaExceededException in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-job-failing-with-DSQuotaExceededException/m-p/161788#M124167</link>
    <description>&lt;P&gt;As an alternative, you can change scratchdir like so&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/Hive/AdminManual+Configuration" target="_blank"&gt;https://cwiki.apache.org/confluence/display/Hive/AdminManual+Configuration&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;Using the set command in the CLI or Beeline for setting session level values for the configuration variable for all statements subsequent to the set command. For example, the following command sets the scratch directory (which is used by Hive to store temporary output and plans) to /tmp/mydir for all subsequent statements:
  set hive.exec.scratchdir=/tmp/mydir;


Using the --hiveconf option of the hive command (in the CLI) or beeline command for the entire session. For example:
  bin/hive --hiveconf hive.exec.scratchdir=/tmp/mydir


In hive-site.xml. This is used for setting values for the entire Hive configuration (see hive-site.xml and hive-default.xml.template below). For example:
  &amp;lt;property&amp;gt;
    &amp;lt;name&amp;gt;hive.exec.scratchdir&amp;lt;/name&amp;gt;
    &amp;lt;value&amp;gt;/tmp/mydir&amp;lt;/value&amp;gt;
    &amp;lt;description&amp;gt;Scratch space for Hive jobs&amp;lt;/description&amp;gt;
  &amp;lt;/property&amp;gt;


&lt;/PRE&gt;</description>
    <pubDate>Fri, 17 Mar 2017 18:52:16 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2017-03-17T18:52:16Z</dc:date>
  </channel>
</rss>

