<?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: Reading Parquet-Files in SAS 9.4 in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/571703#M17549</link>
    <description>&lt;P&gt;SAS/ACCESS Interface to ODBC is licensed and also installed, but neither the Hadoop package nor the Impala package.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2019 06:09:34 GMT</pubDate>
    <dc:creator>SvenWagner</dc:creator>
    <dc:date>2019-07-08T06:09:34Z</dc:date>
    <item>
      <title>Reading Parquet-Files in SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/571317#M17525</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use SAS 9.4 TS Level 1M3. Does anyone know a solution for reading Parquet files (&lt;A href="https://en.wikipedia.org/wiki/Apache_Parquet" target="_blank"&gt;https://en.wikipedia.org/wiki/Apache_Parquet&lt;/A&gt;&amp;nbsp;) by using SAS without having SAS/ACCESS Interface to Hadoop?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot, Sven&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 06:02:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/571317#M17525</guid>
      <dc:creator>SvenWagner</dc:creator>
      <dc:date>2019-07-05T06:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Parquet-Files in SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/571323#M17526</link>
      <description>&lt;P&gt;So how do you plan to connect to Hadoop to get access to the file in first place?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 06:54:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/571323#M17526</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-07-05T06:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Parquet-Files in SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/571325#M17527</link>
      <description>&lt;P&gt;The background is that a colleague uses Spark and Scala for producing data, and he stores his results within Parquet files. I think, his setup comprises a hive server but he does not use Hadoop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far, his recommendation is to use a Hive or a MapR Drill ODBC driver to get access to the data via SAS/ACCESS Interface to ODBC. And my question is, if someone has experience in doing so, or if someone knows an alternative (without having SAS Hadoop).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the amateurish explanation, but I am not a techie at all, and I do not have a good understanding of the technical infrastructure.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 07:11:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/571325#M17527</guid>
      <dc:creator>SvenWagner</dc:creator>
      <dc:date>2019-07-05T07:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Parquet-Files in SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/571350#M17530</link>
      <description>&lt;P&gt;You need either SAS/Access to Hadoop, SAS/Access to ODBC or SAS/Access to Impala&lt;/P&gt;
&lt;P&gt;Do you have any of these interfaces licensed?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 10:53:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/571350#M17530</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-07-05T10:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Parquet-Files in SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/571426#M17534</link>
      <description>&lt;P&gt;Use the following to check your licenses, the information is in the log:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;*show what's licensed;
proc setinit;run;

*what's installed;
proc product_status;

run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Jul 2019 15:11:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/571426#M17534</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-05T15:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Parquet-Files in SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/571703#M17549</link>
      <description>&lt;P&gt;SAS/ACCESS Interface to ODBC is licensed and also installed, but neither the Hadoop package nor the Impala package.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 06:09:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/571703#M17549</guid>
      <dc:creator>SvenWagner</dc:creator>
      <dc:date>2019-07-08T06:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Parquet-Files in SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/683205#M19548</link>
      <description>Hi,&lt;BR /&gt;I have local downloaded copy of parquet file on linux server. Instead of connecting to hadoop cluster, i want to read the local version. Is there any way to do this in SAS 9.4m6 ?</description>
      <pubDate>Fri, 11 Sep 2020 09:37:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/683205#M19548</guid>
      <dc:creator>vipinj765</dc:creator>
      <dc:date>2020-09-11T09:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Parquet-Files in SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/683624#M19552</link>
      <description>&lt;P&gt;The only (?) alternative to the ODBC concept is have the parquet file exported to a format that you local SAS session can access, e.g. csv.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 11:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/683624#M19552</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2020-09-14T11:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Parquet-Files in SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/683634#M19553</link>
      <description>Just want to add, if you create a csv file, that hasn't to be moved to your local SAS server. &lt;BR /&gt;You can use FILENAME HADOOP to access the file in hdfs.&lt;BR /&gt;PROC HADOOP let you submit hdfs commands or exxecute pig programs which can come in handy when converting the parquet file.&lt;BR /&gt;None of these require a separate SAS/ACCESS licence.</description>
      <pubDate>Mon, 14 Sep 2020 12:30:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Reading-Parquet-Files-in-SAS-9-4/m-p/683634#M19553</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2020-09-14T12:30:34Z</dc:date>
    </item>
  </channel>
</rss>

