<?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>topic Re: Hive Statements with PROC SQL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Hive-Statements-with-PROC-SQL/m-p/615744#M180139</link>
    <description>If you post your code using the code blocks you do not get emoji's. I've updated your post to reflect that, but unfortunately do not know the answer to your question. &lt;BR /&gt;&lt;BR /&gt;I'm assuming these commands work when you use them directly on the DB though, outside of SAS?</description>
    <pubDate>Tue, 07 Jan 2020 18:31:08 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-01-07T18:31:08Z</dc:date>
    <item>
      <title>Hive Statements with PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hive-Statements-with-PROC-SQL/m-p/615720#M180127</link>
      <description>&lt;P&gt;I am running the following statements in my pass-through query and receiving the following errors on the last two statements.&amp;nbsp; I have this set after my connection string to hadoop and before my create table statement.&amp;nbsp; Any idea how to fix and what they mean? Any help from the community would be greatly appreciated =).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Disregard the emoj for some reason it returned this way. Should be a semi colon followed by a closed parenthesis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;execute(set hive.auto.convert.join=false;) by hadoop;
execute(set hive.vectorized.execution.enabled=false;) by hadoop;
execute(set hive.tez.java.opts='-Xmx8192m';) by hadoop;
execute(set hive.tez.container.size=10240;) by hadoop;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Errors:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ERROR: Prepare error: Buffer overflow
on the set hive.tez.java.opts='-Xmx8192m';


ERROR: Execute error: org.apache.hive.service.cli.HiveSQLException: Error while
processing statement: 'SET hive.tez.container.size=10240;' FAILED
because hive.tez.container.size expects INT type value.&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Jan 2020 18:29:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hive-Statements-with-PROC-SQL/m-p/615720#M180127</guid>
      <dc:creator>PhatRam33</dc:creator>
      <dc:date>2020-01-07T18:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Statements with PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hive-Statements-with-PROC-SQL/m-p/615744#M180139</link>
      <description>If you post your code using the code blocks you do not get emoji's. I've updated your post to reflect that, but unfortunately do not know the answer to your question. &lt;BR /&gt;&lt;BR /&gt;I'm assuming these commands work when you use them directly on the DB though, outside of SAS?</description>
      <pubDate>Tue, 07 Jan 2020 18:31:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hive-Statements-with-PROC-SQL/m-p/615744#M180139</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-07T18:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Statements with PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hive-Statements-with-PROC-SQL/m-p/642375#M191610</link>
      <description>&lt;P&gt;I'm not sure where in the query process these commands go, would this be after the :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC SQL;&lt;BR /&gt;CONNECT TO odbc();&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(enter here)&lt;/P&gt;
&lt;P&gt;and before the:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CREATE TABLE table AS&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 18:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hive-Statements-with-PROC-SQL/m-p/642375#M191610</guid>
      <dc:creator>Steelers_In_DC</dc:creator>
      <dc:date>2020-04-23T18:57:02Z</dc:date>
    </item>
  </channel>
</rss>

