<?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: SAS:using sas to connect hadoop in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-using-sas-to-connect-hadoop/m-p/486623#M126647</link>
    <description>&lt;P&gt;If you already have the libname defined, just use it:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;libname HAD001 hadoop ... ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;proc sql;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; connect using HAD001;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; create table A as select * from connection to HAD001 (select * from newtab limit 10);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;quit;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Aug 2018 11:52:18 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2018-08-14T11:52:18Z</dc:date>
    <item>
      <title>SAS:using sas to connect hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-using-sas-to-connect-hadoop/m-p/486593#M126635</link>
      <description>&lt;P&gt;I am using example on:&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/65247/HTML/default/viewer.htm#p0bodejpo614gxn1vkvdpwch86xs.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acreldb/65247/HTML/default/viewer.htm#p0bodejpo614gxn1vkvdpwch86xs.htm&lt;/A&gt;&lt;BR /&gt;to using hive sql instead of sas sql&lt;/P&gt;&lt;P&gt;Use implicit pass-through SQL to extract only 10 rows from the newtab table and load the work SAS data set with the results.&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;connect to hadoop (server=hxpduped);&lt;BR /&gt;create table work.a as&lt;BR /&gt;select * from connection to hadoop (select * from newtab limit 10);&lt;/P&gt;&lt;P&gt;and the connection information is the case of our school,how should I write a right connection code in sas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 07:01:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-using-sas-to-connect-hadoop/m-p/486593#M126635</guid>
      <dc:creator>Geo-</dc:creator>
      <dc:date>2018-08-15T07:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS:using sas to connect hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-using-sas-to-connect-hadoop/m-p/486623#M126647</link>
      <description>&lt;P&gt;If you already have the libname defined, just use it:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;libname HAD001 hadoop ... ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;proc sql;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; connect using HAD001;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; create table A as select * from connection to HAD001 (select * from newtab limit 10);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;quit;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 11:52:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-using-sas-to-connect-hadoop/m-p/486623#M126647</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-08-14T11:52:18Z</dc:date>
    </item>
  </channel>
</rss>

