<?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 access to hadoop in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-access-to-hadoop/m-p/435640#M108243</link>
    <description>&lt;P&gt;what would be the dsn and schema?&lt;/P&gt;&lt;P&gt;I already run my query in hive and I have the result. I'm trying to bring it to SAS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2018 13:42:15 GMT</pubDate>
    <dc:creator>parmis</dc:creator>
    <dc:date>2018-02-09T13:42:15Z</dc:date>
    <item>
      <title>SAS access to hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-access-to-hadoop/m-p/435627#M108239</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how we can connect to hive and hadoop environment&amp;nbsp;using SAS pc?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 13:06:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-access-to-hadoop/m-p/435627#M108239</guid>
      <dc:creator>parmis</dc:creator>
      <dc:date>2018-02-09T13:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS access to hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-access-to-hadoop/m-p/435634#M108241</link>
      <description>&lt;P&gt;You can Create a library using the ODBC , or you can directly access the table also by connect to odbc option&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;libname syntax will be like below&lt;/U&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname name odbc dsn = " " schema=" ";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;ODBC connection syntax will be like below&amp;nbsp;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql inobs=10;&lt;BR /&gt;CONNECT TO ODBC (noprompt= " enter your DSN ; schema= ;");&lt;BR /&gt;create table dsn as&lt;BR /&gt;select * from connection to odbc&lt;BR /&gt;(&lt;BR /&gt;SELECT varnames&lt;BR /&gt;from table name );&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE : accessing the data through ODBC connection is more faster than a Libname&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 13:30:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-access-to-hadoop/m-p/435634#M108241</guid>
      <dc:creator>soham_sas</dc:creator>
      <dc:date>2018-02-09T13:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS access to hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-access-to-hadoop/m-p/435640#M108243</link>
      <description>&lt;P&gt;what would be the dsn and schema?&lt;/P&gt;&lt;P&gt;I already run my query in hive and I have the result. I'm trying to bring it to SAS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 13:42:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-access-to-hadoop/m-p/435640#M108243</guid>
      <dc:creator>parmis</dc:creator>
      <dc:date>2018-02-09T13:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS access to hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-access-to-hadoop/m-p/435667#M108248</link>
      <description>&lt;P&gt;DSN is your hadoop/hive server name , and schema is your folder name inside the hadoop/hive&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for better clarification , it will be a good option to check with your hadoop/hive admin they will tell you exactly what will be the DSN and Schema for the table which you want to access&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 15:26:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-access-to-hadoop/m-p/435667#M108248</guid>
      <dc:creator>soham_sas</dc:creator>
      <dc:date>2018-02-09T15:26:01Z</dc:date>
    </item>
  </channel>
</rss>

