<?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: loading Hive tables in SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/loading-Hive-tables-in-SAS/m-p/478513#M286352</link>
    <description>&lt;P&gt;Do you have sas/access to Hadoop?&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jul 2018 22:49:17 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2018-07-16T22:49:17Z</dc:date>
    <item>
      <title>loading Hive tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/loading-Hive-tables-in-SAS/m-p/478449#M286351</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone tried reading / importing hive tables in SAS ? The idea is to keep the schema of the tables intact while using them in SAS.&lt;/P&gt;&lt;P&gt;Can anyone help me on this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashib&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 17:56:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/loading-Hive-tables-in-SAS/m-p/478449#M286351</guid>
      <dc:creator>Ashib91</dc:creator>
      <dc:date>2018-07-16T17:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: loading Hive tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/loading-Hive-tables-in-SAS/m-p/478513#M286352</link>
      <description>&lt;P&gt;Do you have sas/access to Hadoop?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 22:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/loading-Hive-tables-in-SAS/m-p/478513#M286352</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-07-16T22:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: loading Hive tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/loading-Hive-tables-in-SAS/m-p/478533#M286353</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply, is it possible to achieve this without SAS/Access ? If we try to read the hive tables by making a connection between SAS and hadoop using proc SQL, will the schema of tables remain intact ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Meanwhile I will check about the SAS / Access option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashib&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 02:19:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/loading-Hive-tables-in-SAS/m-p/478533#M286353</guid>
      <dc:creator>Ashib91</dc:creator>
      <dc:date>2018-07-17T02:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: loading Hive tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/loading-Hive-tables-in-SAS/m-p/478539#M286354</link>
      <description>&lt;P&gt;1. You could use ODBC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. I am unsure I understand your concern.&lt;/P&gt;
&lt;P&gt;- You won't change anything in Hadoop by just by reading data&lt;/P&gt;
&lt;P&gt;- SAS will see the structure that Hadoop presents.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 03:02:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/loading-Hive-tables-in-SAS/m-p/478539#M286354</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-07-17T03:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: loading Hive tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/loading-Hive-tables-in-SAS/m-p/478596#M286355</link>
      <description>&lt;P&gt;I will try to make it more clear, suppose there is a hive table with datatypes such as bigint etc. and if I make a connection between SAS and hadoop and read this table, will I be able to read the table correctly ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashib&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 10:07:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/loading-Hive-tables-in-SAS/m-p/478596#M286355</guid>
      <dc:creator>Ashib91</dc:creator>
      <dc:date>2018-07-17T10:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: loading Hive tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/loading-Hive-tables-in-SAS/m-p/478599#M286356</link>
      <description>It will be a number to SAS and be read accurately if it is smaller than 2^53 (on a PC or Unix machine).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2018 10:29:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/loading-Hive-tables-in-SAS/m-p/478599#M286356</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-07-17T10:29:13Z</dc:date>
    </item>
  </channel>
</rss>

