<?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: sashadoop connectivity in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/sashadoop-connectivity/m-p/297921#M60306</link>
    <description>&lt;P&gt;Dear Gergely,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a Ton for your prompt reply,we are following instructions given by you ,here is the link I found to configure hadoop with sas,&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/resources/thirdpartysupport/v94/hadoop/hadoopbacg.pdf" target="_blank"&gt;https://support.sas.com/resources/thirdpartysupport/v94/hadoop/hadoopbacg.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suneel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2016 06:22:25 GMT</pubDate>
    <dc:creator>suneelveluru1</dc:creator>
    <dc:date>2016-09-13T06:22:25Z</dc:date>
    <item>
      <title>sashadoop connectivity</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/sashadoop-connectivity/m-p/297674#M60285</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In need of your advise,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are working for a customer where they have sas system and hadoop system,now the challenge is we need to establish connectivity between sas and hadoop,more over customer wants us to develop a connecctor instead of buying licence for hadoop connecctivity,&lt;/P&gt;&lt;P&gt;is there any way where I can bridge in sas and hadoop,and I have seen some options as below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far we have obsurved&amp;nbsp;3 approaches to connect&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Option 1 : LIBNAME statements can be used to make Hive tables look like SAS data sets on top of which SAS Procedures and SAS DATA steps can interact.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Option 2 : PROC SQL commands provide the ability to execute direct Hive SQL commands on Hadoop.&lt;/P&gt;&lt;P&gt;Option 3 : PROC HADOOP provides the ability to directly submit MapReduce, Apache Pig, and HDFS commands from the SAS execution environment to your CDH cluster.&lt;/P&gt;&lt;P&gt;if not these above options do we have any way to connect&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suneel&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 06:09:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/sashadoop-connectivity/m-p/297674#M60285</guid>
      <dc:creator>suneelveluru1</dc:creator>
      <dc:date>2016-09-12T06:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: sashadoop connectivity</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/sashadoop-connectivity/m-p/297710#M60297</link>
      <description>Option1 and Option2 are basically the same: if you established a connection to Hive or Impala then you can use proc sql, data step or any other proc to access data in hadoop.&lt;BR /&gt;Yes: proc sql with hive or impala libname engine is able to pass through (aka. push down) the query to hadoop (as with almost all database engines). Access to Hadoop or Access to Impala license is needed for Option1/Option2.&lt;BR /&gt;&lt;BR /&gt;Option3: With only Base SAS license you can use proc hadoop to run MR,Pig and HDFS commands. Also you can read and write HDFS files by creating a fireref with the HADOOP Access Method.&lt;BR /&gt;&lt;BR /&gt;Option4: You could start external programs from SAS with the x command. Those external programs could upload/download files, datasets to/from Hadoop.&lt;BR /&gt;Similar to this: you can run java and groovy programs from SAS.&lt;BR /&gt;Depending on the applications on Hadoop, if they support some kind of API (REST for example), you can connect to it with custom developed SAS programs.&lt;BR /&gt;&lt;BR /&gt;Downside of the later solutions: performance. You usually use Hadoop, because "data is big", and you don't want to wait. Making intermediate copies on the client or on server side slows down execution.</description>
      <pubDate>Mon, 12 Sep 2016 10:52:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/sashadoop-connectivity/m-p/297710#M60297</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2016-09-12T10:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: sashadoop connectivity</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/sashadoop-connectivity/m-p/297921#M60306</link>
      <description>&lt;P&gt;Dear Gergely,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a Ton for your prompt reply,we are following instructions given by you ,here is the link I found to configure hadoop with sas,&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/resources/thirdpartysupport/v94/hadoop/hadoopbacg.pdf" target="_blank"&gt;https://support.sas.com/resources/thirdpartysupport/v94/hadoop/hadoopbacg.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suneel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 06:22:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/sashadoop-connectivity/m-p/297921#M60306</guid>
      <dc:creator>suneelveluru1</dc:creator>
      <dc:date>2016-09-13T06:22:25Z</dc:date>
    </item>
  </channel>
</rss>

