<?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 Exporting SAS dataset Into Hadoop in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Exporting-SAS-dataset-Into-Hadoop/m-p/494260#M72311</link>
    <description>&lt;P&gt;I have an issue with exporting a SAS dataset into an Hadoop file location. All of the documentation that I have seen is exporting a file from local computer that is already in txt format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file I am trying to export to Hadoop is in my 'work' library and the hdfs path is /Data/direct/abs/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname out hadoop "/Data/direct/abs/" dir user="&amp;amp;user";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;&amp;nbsp;create table out.results_set (COLUMN_DELIMITER = '|') as&lt;BR /&gt;&amp;nbsp;select * from work.custlist;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Sep 2018 19:37:14 GMT</pubDate>
    <dc:creator>DrBigAl</dc:creator>
    <dc:date>2018-09-10T19:37:14Z</dc:date>
    <item>
      <title>Exporting SAS dataset Into Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Exporting-SAS-dataset-Into-Hadoop/m-p/494260#M72311</link>
      <description>&lt;P&gt;I have an issue with exporting a SAS dataset into an Hadoop file location. All of the documentation that I have seen is exporting a file from local computer that is already in txt format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file I am trying to export to Hadoop is in my 'work' library and the hdfs path is /Data/direct/abs/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname out hadoop "/Data/direct/abs/" dir user="&amp;amp;user";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;&amp;nbsp;create table out.results_set (COLUMN_DELIMITER = '|') as&lt;BR /&gt;&amp;nbsp;select * from work.custlist;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 19:37:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Exporting-SAS-dataset-Into-Hadoop/m-p/494260#M72311</guid>
      <dc:creator>DrBigAl</dc:creator>
      <dc:date>2018-09-10T19:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting SAS dataset Into Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Exporting-SAS-dataset-Into-Hadoop/m-p/494270#M72312</link>
      <description>If you want to copy data and store it as a table in Hive you need output to a SAS/ACCESS libref for Hadoop/Impala. &lt;BR /&gt;Filename is for files, if that's what you want use a data step with a FILE statement, or PROC EXPORT.&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Sep 2018 19:12:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Exporting-SAS-dataset-Into-Hadoop/m-p/494270#M72312</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-09-10T19:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting SAS dataset Into Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Exporting-SAS-dataset-Into-Hadoop/m-p/494286#M72313</link>
      <description>&lt;P&gt;Thank you. I changed to libname and it is still now working. Says "Engine does not accept a physical name". Could it be my path that it is not accepting?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 19:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Exporting-SAS-dataset-Into-Hadoop/m-p/494286#M72313</guid>
      <dc:creator>DrBigAl</dc:creator>
      <dc:date>2018-09-10T19:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting SAS dataset Into Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Exporting-SAS-dataset-Into-Hadoop/m-p/494410#M72319</link>
      <description>&lt;P&gt;With SAS/ACCESS engines, you usually do not refer to physical (file system) paths. For Hive, you need torefer to a Hive data base.&lt;/P&gt;
&lt;P&gt;I think I could be wise ti visit SAS documentation page for SAS/ACCESS to Hadoop, so you can pick up the correct syntax and per-requisites.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 06:55:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Exporting-SAS-dataset-Into-Hadoop/m-p/494410#M72319</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-09-11T06:55:48Z</dc:date>
    </item>
  </channel>
</rss>

