<?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: Connecting SAS with Hadoop in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-SAS-with-Hadoop/m-p/171626#M3356</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;Can you try something similar to this and post your SAS log?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname h1 hadoop server=hxpduped port=10000 user=myusr1 password=mypwd1 schema=default;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options sastrace=',,,d' sastraceloc=saslog nostsuffix;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data h1.cars;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set sashelp.cars;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select count(*) from h1.cars;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2014 15:36:06 GMT</pubDate>
    <dc:creator>JBailey</dc:creator>
    <dc:date>2014-04-09T15:36:06Z</dc:date>
    <item>
      <title>Connecting SAS with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-SAS-with-Hadoop/m-p/171621#M3351</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 style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;I'm trying to run the following code:&lt;/P&gt;&lt;PRE style="margin: 0 0 10px; padding: 5px; font-size: 14px; background-color: #eeeeee; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;"&gt;proc sql; connect to hadoop (user="myusr1" pw="mypwd1" server=hxpduped port=10000 schema=default); create table test as (select * from connection to hadoop (select * from dataset limit 100; )); disconnect from hadoop; quit; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;But my code is running without any result. I can't able see the job running in job tracker as well.&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;Can anybody please help?&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; background-color: #ffffff; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 08:05:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connecting-SAS-with-Hadoop/m-p/171621#M3351</guid>
      <dc:creator>newbie_ari</dc:creator>
      <dc:date>2014-04-08T08:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting SAS with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-SAS-with-Hadoop/m-p/171622#M3352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you completed the post install configuration, moving jar-files, setting up configuration file etc?&lt;/P&gt;&lt;P&gt;Have you tried a libname?&lt;/P&gt;&lt;P&gt;Can you ping the server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 09:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connecting-SAS-with-Hadoop/m-p/171622#M3352</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-04-08T09:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting SAS with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-SAS-with-Hadoop/m-p/171623#M3353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot LinusH for your reply! Yes. We have completed all the configurations. I tried the libname option, but was getting the same problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can ping the server as well. The Hadoop server is up &amp;amp; running. And we can submit task which are getting completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can't able to connect sas with Hadoop. Also, I'm using SAS Enterprise in case that's an issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 09:18:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connecting-SAS-with-Hadoop/m-p/171623#M3353</guid>
      <dc:creator>newbie_ari</dc:creator>
      <dc:date>2014-04-08T09:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting SAS with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-SAS-with-Hadoop/m-p/171624#M3354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With libname, can you connect, but not read data? What does PROC DATASETS LIST give you?&lt;/P&gt;&lt;P&gt;Do you have a Hive or Hive2 server?&lt;/P&gt;&lt;P&gt;Have you tried FILENAME?&lt;/P&gt;&lt;P&gt;If you can connect but not read, it's...odd. And I guess that you tried the same HiveQL inside Hive with the same user?&lt;/P&gt;&lt;P&gt;Perhaps this typical SAS tech support issue, hard to &lt;SPAN class="hps"&gt;troubleshoot remotely for forum participants...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 11:45:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connecting-SAS-with-Hadoop/m-p/171624#M3354</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-04-08T11:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting SAS with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-SAS-with-Hadoop/m-p/171625#M3355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks LinusH for your helpful reply. We have Hive server. I also have the feeling that I need to contact SAS guyz to look into the issues. But thanks anywayz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 13:35:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connecting-SAS-with-Hadoop/m-p/171625#M3355</guid>
      <dc:creator>newbie_ari</dc:creator>
      <dc:date>2014-04-08T13:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting SAS with Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Connecting-SAS-with-Hadoop/m-p/171626#M3356</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;Can you try something similar to this and post your SAS log?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname h1 hadoop server=hxpduped port=10000 user=myusr1 password=mypwd1 schema=default;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options sastrace=',,,d' sastraceloc=saslog nostsuffix;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data h1.cars;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set sashelp.cars;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select count(*) from h1.cars;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 15:36:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Connecting-SAS-with-Hadoop/m-p/171626#M3356</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2014-04-09T15:36:06Z</dc:date>
    </item>
  </channel>
</rss>

