<?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 Working with SAS in Hadoop and Spark in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Working-with-SAS-in-Hadoop-and-Spark/m-p/363485#M274928</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to work with SAS dataset and SAS proceses in a Hadoop environment, I have some question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- If I want to use Hive from libname I need SAS ACCESS TO HADOOP license, is correct?&lt;/P&gt;
&lt;P&gt;- If I want to use a filename sentence to HDFS is not necesary any license isn't it?&lt;/P&gt;
&lt;P&gt;- What licence do I need to use proc hadoop?, and proc ds2?&lt;/P&gt;
&lt;P&gt;- Las question: is there anything similar to work in Spark environment?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is a more apropiated forum for this question, let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Juan&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2017 15:29:49 GMT</pubDate>
    <dc:creator>juanvg1972</dc:creator>
    <dc:date>2017-06-01T15:29:49Z</dc:date>
    <item>
      <title>Working with SAS in Hadoop and Spark</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Working-with-SAS-in-Hadoop-and-Spark/m-p/363485#M274928</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to work with SAS dataset and SAS proceses in a Hadoop environment, I have some question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- If I want to use Hive from libname I need SAS ACCESS TO HADOOP license, is correct?&lt;/P&gt;
&lt;P&gt;- If I want to use a filename sentence to HDFS is not necesary any license isn't it?&lt;/P&gt;
&lt;P&gt;- What licence do I need to use proc hadoop?, and proc ds2?&lt;/P&gt;
&lt;P&gt;- Las question: is there anything similar to work in Spark environment?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is a more apropiated forum for this question, let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Juan&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 15:29:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Working-with-SAS-in-Hadoop-and-Spark/m-p/363485#M274928</guid>
      <dc:creator>juanvg1972</dc:creator>
      <dc:date>2017-06-01T15:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Working with SAS in Hadoop and Spark</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Working-with-SAS-in-Hadoop-and-Spark/m-p/363527#M274929</link>
      <description>&lt;P&gt;Hive requires ACCESS to Hadoop, yes.&lt;/P&gt;
&lt;P&gt;Filename HDFS is&amp;nbsp;covered by Base SAS, yes.&lt;/P&gt;
&lt;P&gt;PROC HADOOP also in Base SAS.&lt;/P&gt;
&lt;P&gt;PROC DS2 runs in Base SAS, but if you want it to execute within Hadoop, you need the embedded process, and add on to ACCESS if I recall right.&lt;/P&gt;
&lt;P&gt;Spark can be utilized in Data Loader for Hadoop. This only mentioned once at support.sas.com, so I presume it's in its prime.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 17:36:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Working-with-SAS-in-Hadoop-and-Spark/m-p/363527#M274929</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-06-01T17:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Working with SAS in Hadoop and Spark</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Working-with-SAS-in-Hadoop-and-Spark/m-p/363603#M274930</link>
      <description>&lt;P&gt;Thank you for your help Linush. Very useful&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like yo know which is the best way to execute a sas program in Hadoop If I want to take advantage of parallel&lt;/P&gt;
&lt;P&gt;execution of Hadoop. For example a sas program who makes somo data step and procs with data on Hadoop, I want&lt;/P&gt;
&lt;P&gt;to benefit of Hadoop cluster paralelization, which is the best way??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 20:58:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Working-with-SAS-in-Hadoop-and-Spark/m-p/363603#M274930</guid>
      <dc:creator>juanvg1972</dc:creator>
      <dc:date>2017-06-01T20:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Working with SAS in Hadoop and Spark</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Working-with-SAS-in-Hadoop-and-Spark/m-p/363699#M274931</link>
      <description>&lt;P&gt;If you have a data step that can't be&amp;nbsp;rewritten to SQL, I think currently&amp;nbsp;rewriting it to PROC DS2&amp;nbsp; and use embedded process is your only option.&lt;/P&gt;
&lt;P&gt;For SQL (given you data is stored in Hive or other&amp;nbsp;relational format), you can make use of implicit or explicit SQL pass through.&lt;/P&gt;
&lt;P&gt;Other procedure that&amp;nbsp;implicit creates pass through SQL:&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;FREQ&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;MEANS&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;RANK &lt;SPAN class="xis-userSuppliedValue"&gt;[Hadoop with Hive .13 and later]&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;REPORT&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;SORT &lt;SPAN class="xis-userSuppliedValue"&gt;[Hadoop with Hive .13 and later]&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;SUMMARY&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;TABULATE&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;TRANSPOSE &lt;SPAN class="xis-userSuppliedValue"&gt;[Hadoop and Teradata only]&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;You probably find this matrix useful:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/69580/HTML/default/viewer.htm#p13td0l6w0329rn15ul6giz9v82r.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acreldb/69580/HTML/default/viewer.htm#p13td0l6w0329rn15ul6giz9v82r.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 06:48:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Working-with-SAS-in-Hadoop-and-Spark/m-p/363699#M274931</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-06-02T06:48:49Z</dc:date>
    </item>
  </channel>
</rss>

