<?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: Passing SAS Functions to Hadoop in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Passing-SAS-Functions-to-Hadoop/m-p/146357#M2415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, that is really useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2014 09:05:51 GMT</pubDate>
    <dc:creator>msd83</dc:creator>
    <dc:date>2014-05-07T09:05:51Z</dc:date>
    <item>
      <title>Passing SAS Functions to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Passing-SAS-Functions-to-Hadoop/m-p/146353#M2411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if anyone has any good links on what is pushed down to Hadoop when the Hadoop engine is used. I am using SAS 9.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is the processing only carried out in the Hadoop cluster when PROC SQL is used? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is anything done in the datastep?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 10:58:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Passing-SAS-Functions-to-Hadoop/m-p/146353#M2411</guid>
      <dc:creator>msd83</dc:creator>
      <dc:date>2014-05-06T10:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Passing SAS Functions to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Passing-SAS-Functions-to-Hadoop/m-p/146354#M2412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;List of functions supported by SAS/ACCESS is listed in the documentation:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/acreldb/66787/HTML/default/viewer.htm#p010gv8z4k5kvin1ombbmqdpumhd.htm"&gt;http://support.sas.com/documentation/cdl/en/acreldb/66787/HTML/default/viewer.htm#p010gv8z4k5kvin1ombbmqdpumhd.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The concept about processing in Hadoop is pretty much the same as any other RDBMS. This is quite clearly described in the documentation as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same goes with the data step, which in short form is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Where-clause (any used function must be supported as described above)&lt;/LI&gt;&lt;LI&gt;Implicit sorting if BY is used&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Use options sastrace=',,,d' sastraceloc=SASLOG; to see what SQL the ACCESS engine issues against Hive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 12:39:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Passing-SAS-Functions-to-Hadoop/m-p/146354#M2412</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-05-06T12:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Passing SAS Functions to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Passing-SAS-Functions-to-Hadoop/m-p/146355#M2413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi LunusH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is great, many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 13:04:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Passing-SAS-Functions-to-Hadoop/m-p/146355#M2413</guid>
      <dc:creator>msd83</dc:creator>
      <dc:date>2014-05-06T13:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Passing SAS Functions to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Passing-SAS-Functions-to-Hadoop/m-p/146356#M2414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just found this about data step (pre production...):&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/indbug/66822/HTML/default/viewer.htm#n1xlsh5kxbzcaon1chnxcud7n229.htm" title="http://support.sas.com/documentation/cdl/en/indbug/66822/HTML/default/viewer.htm#n1xlsh5kxbzcaon1chnxcud7n229.htm"&gt;SAS(R) 9.4 In-Database Products: User's Guide, Third Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 07:30:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Passing-SAS-Functions-to-Hadoop/m-p/146356#M2414</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-05-07T07:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Passing SAS Functions to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Passing-SAS-Functions-to-Hadoop/m-p/146357#M2415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, that is really useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 09:05:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Passing-SAS-Functions-to-Hadoop/m-p/146357#M2415</guid>
      <dc:creator>msd83</dc:creator>
      <dc:date>2014-05-07T09:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Passing SAS Functions to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Passing-SAS-Functions-to-Hadoop/m-p/146358#M2416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make SAS tell you which functions are eligible for implicit pass-through (to Hive). Here is an example (off the top of my head so it may just be close):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname myhdp hadoop server=myHadoop &lt;STRONG&gt;sql_functions_copy=&lt;/STRONG&gt;work.hadoop_functions;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create a SAS data set (in work) which lists the functions available for implicit pass-through. Keep in mind, implicit pass-through must be invoked in order to have them pass to Hadoop. It will also show you which Hive functions they map too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are looking at your SASTRACE=',,,d' output, keep in mind it is more important that functions on a WHERE clause pass down. Post processing them (SAS processing the functions) could cause the entire contents of the Hive table to be returned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 19:43:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Passing-SAS-Functions-to-Hadoop/m-p/146358#M2416</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2014-05-12T19:43:56Z</dc:date>
    </item>
  </channel>
</rss>

