<?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 Using SAS to connect to Dremio in Big Data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-SAS-to-connect-to-Dremio-in-Big-Data/m-p/510572#M137409</link>
    <description>&lt;P&gt;We are exploring ways to pull data from Hive tables into SAS using Dremio.&amp;nbsp; &lt;A href="https://www.dremio.com/" target="_self"&gt;Dremio&lt;/A&gt; is a SQL execution engine in hadoop that uses Apache Arrow, Apache Parquet, and Apache Calcite to speed up&amp;nbsp; SQL queries.&amp;nbsp; We are looking to leverage this technology using our existing SAS processes using a proc sql; connect to statement and using pass-through SQL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dremio does have a Linux ODBC driver (which we exploring with SAS/Access to ODBC in our Linux environment), but&amp;nbsp;I am&amp;nbsp;looking for options to connect from a UNIX AIX environment.&amp;nbsp;Dremio does&amp;nbsp;have a JDBC driver - is there a way to use that driver to connect to the Dremio engine?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else had luck connecting SAS to Dremio?&amp;nbsp; Any other suggestions?&lt;/P&gt;</description>
    <pubDate>Mon, 05 Nov 2018 19:38:11 GMT</pubDate>
    <dc:creator>cstegeman</dc:creator>
    <dc:date>2018-11-05T19:38:11Z</dc:date>
    <item>
      <title>Using SAS to connect to Dremio in Big Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-SAS-to-connect-to-Dremio-in-Big-Data/m-p/510572#M137409</link>
      <description>&lt;P&gt;We are exploring ways to pull data from Hive tables into SAS using Dremio.&amp;nbsp; &lt;A href="https://www.dremio.com/" target="_self"&gt;Dremio&lt;/A&gt; is a SQL execution engine in hadoop that uses Apache Arrow, Apache Parquet, and Apache Calcite to speed up&amp;nbsp; SQL queries.&amp;nbsp; We are looking to leverage this technology using our existing SAS processes using a proc sql; connect to statement and using pass-through SQL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dremio does have a Linux ODBC driver (which we exploring with SAS/Access to ODBC in our Linux environment), but&amp;nbsp;I am&amp;nbsp;looking for options to connect from a UNIX AIX environment.&amp;nbsp;Dremio does&amp;nbsp;have a JDBC driver - is there a way to use that driver to connect to the Dremio engine?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else had luck connecting SAS to Dremio?&amp;nbsp; Any other suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 19:38:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-SAS-to-connect-to-Dremio-in-Big-Data/m-p/510572#M137409</guid>
      <dc:creator>cstegeman</dc:creator>
      <dc:date>2018-11-05T19:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS to connect to Dremio in Big Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-SAS-to-connect-to-Dremio-in-Big-Data/m-p/510585#M137416</link>
      <description>&lt;P&gt;I never used this but it looks promising.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=acreldb&amp;amp;docsetTarget=p0ly2onqqpbys8n1j9lra8qa6q20.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=acreldb&amp;amp;docsetTarget=p0ly2onqqpbys8n1j9lra8qa6q20.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 20:13:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-SAS-to-connect-to-Dremio-in-Big-Data/m-p/510585#M137416</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-11-05T20:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS to connect to Dremio in Big Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-SAS-to-connect-to-Dremio-in-Big-Data/m-p/586043#M167248</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I hope you succeeded in your connection! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are also currently trying to connect SAS to DREMIO.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Via ODBC WIndows (local client), it works to consult the data via LIBNAME in ENTERPRISE GUIDE. all columns/data is retrieved and displayed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) On the other hand, on LINUX, we installed the driver, defined server/connection/library, that part is OK.&lt;/P&gt;&lt;P&gt;We are having issues to refresh the metadata via SAS MC, the table names are selectable, but once your launch the refresh of the metadata, we get the following error message:&lt;/P&gt;&lt;P&gt;"ERROR: CLI prepare error: [Dremio][Connector] (1040) Dremio failed to execute the query: SELECT * FROM&lt;BR /&gt;TESTTABLE [30038]Query execution error. Details:[ PARSE ERROR: Failure parsing the query. "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Information/suggestions are more than welcome!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignacio&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 10:16:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-SAS-to-connect-to-Dremio-in-Big-Data/m-p/586043#M167248</guid>
      <dc:creator>IBLANCO</dc:creator>
      <dc:date>2019-09-04T10:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS to connect to Dremio in Big Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-SAS-to-connect-to-Dremio-in-Big-Data/m-p/618903#M181617</link>
      <description>&lt;P&gt;Hi IBLANCO,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share your libname connection definition to connect to the Dremio?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are doing something similar and your help will give us a good start.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 17:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-SAS-to-connect-to-Dremio-in-Big-Data/m-p/618903#M181617</guid>
      <dc:creator>saggi2k15</dc:creator>
      <dc:date>2020-01-21T17:43:13Z</dc:date>
    </item>
  </channel>
</rss>

