<?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: Hadoop connectivity issue in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Hadoop-connectivity-issue/m-p/325327#M9448</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/64767"&gt;@brulard&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am guessing here... there may be issues with the XML files or Kerberos kinit. I am not sure. Generally, these types of questions are best handled by SAS Tech Support. I suggest opening a track. Please let us know the fix for the problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you like you can have the Tech Support consultant add me as an interested party.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2017 16:25:49 GMT</pubDate>
    <dc:creator>JBailey</dc:creator>
    <dc:date>2017-01-17T16:25:49Z</dc:date>
    <item>
      <title>Hadoop connectivity issue</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Hadoop-connectivity-issue/m-p/325037#M9416</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to connect to a database we internally refer to as EDL,&amp;nbsp; but am getting error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;PRE&gt;proc sql;
               connect to hadoop (user=''myname'  pwd=’xxxxxx’  server='sdpsvrwm0121.scglobal.ad.source.com' schema=edice  uri='jdbc:hive2://sdpsvrwm0121.scglobal.ad.source.com:8443/cmstr;ssl=true;sslTrustStore=/sashome/hadoop/gateway.jks;trustStorePassword=xxxx?hive.server2.transport.mode=http;hive.server2.thrift.http.path=gateway/default/hive');
create table table_Pull as
                              select * from connection to  hadoop
               (select * from MSTR_TABLE
                             where ID='0000000001'); quit;&lt;/PRE&gt;&lt;P&gt;Error messages in blue:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;14 ! hive.server2.thrift.http.path=gateway/default/hive');&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;ERROR: The Hive Kerberos principal string is present in the hive-site.xml file in the&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SAS_HADOOP_JAR_PATH. The USER= and PASSWORD= options cannot not be specified when the Hive&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kerberos principal string is present.&lt;/FONT&gt;&lt;BR /&gt;15&amp;nbsp;&amp;nbsp; create table table_Pull as&lt;BR /&gt;16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select * from connection to&amp;nbsp; hadoop&lt;BR /&gt;17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (select * from MSTR_TABLE&lt;BR /&gt;18&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where ID='0000000001');&lt;BR /&gt;18 !&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; quit;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;ERROR: Connection is missing required option SERVER.&lt;/FONT&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Unix SAS version&lt;/P&gt;&lt;PRE&gt;&lt;FONT face="Helvetica"&gt;:&lt;/FONT&gt;For Base SAS Software ...
   Custom version information: 9.4_M3
   Image version information: 9.04.01M3P060315
For SAS/STAT ...
   Custom version information: 14.1
For SAS/GRAPH ...
   Custom version information: 9.4_M3
For SAS/ETS ...
   Custom version information: 14.1
For SAS/OR ...
   Custom version information: 14.1
For SAS/IML ...
   Custom version information: 14.1
For SAS/QC ...
   Custom version information: 14.1
For SAS/CONNECT ...
   Custom version information: 9.4_M3
For SAS Integration Technologies ...
   Custom version information: 9.4_M3
For SAS/Secure 168-bit ...
   Custom version information: 9.4_M2
For SAS/ACCESS Interface to DB2 ...
   Custom version information: 9.4_M2
For SAS/ACCESS Interface to PC Files ...
   Custom version information: 9.4_M3
For SAS/ACCESS Interface to ODBC ...
   Custom version information: 9.4_M3
For SAS/ACCESS Interface to Microsoft SQL Server ...
   Custom version information: 9.41
For SAS Model Manager ...
   Custom version information: 13.1
   Image version information: 9.04.01M0P061715
For SAS/ACCESS Interface to Netezza ...
   Custom version information: 9.4_M3
For SAS/ACCESS to Hadoop ...
   Custom version information: 9.43
For High Performance Suite ...
   Custom version information: 2.2_M4
For Model Mgmt Shared Macros ...
   Custom version information: 14.1
   Image version information: 9.04.01M0P061715
For Decision Manager Server ...
   Custom version information: 3.1
   Image version information: 9.04.01M0P061715&lt;/PRE&gt;&lt;P&gt;Also, when I try connect&amp;nbsp; to database with Libname from Autoexec, I receive error: &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;“&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN&gt;ERROR: java.sql.SQLException: Could not open client transport with JDBC Uri:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT face="Calibri"&gt;”&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any tips toward resolving this is greatly appreciated. Thanks,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 14:31:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Hadoop-connectivity-issue/m-p/325037#M9416</guid>
      <dc:creator>brulard</dc:creator>
      <dc:date>2017-01-16T14:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop connectivity issue</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Hadoop-connectivity-issue/m-p/325327#M9448</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/64767"&gt;@brulard&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am guessing here... there may be issues with the XML files or Kerberos kinit. I am not sure. Generally, these types of questions are best handled by SAS Tech Support. I suggest opening a track. Please let us know the fix for the problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you like you can have the Tech Support consultant add me as an interested party.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 16:25:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Hadoop-connectivity-issue/m-p/325327#M9448</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2017-01-17T16:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop connectivity issue</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Hadoop-connectivity-issue/m-p/325628#M9483</link>
      <description>&lt;P&gt;hi Jeff,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for responding. How do I "open a track"? Is it through SAS website, or via my organization?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 11:43:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Hadoop-connectivity-issue/m-p/325628#M9483</guid>
      <dc:creator>brulard</dc:creator>
      <dc:date>2017-01-18T11:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop connectivity issue</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Hadoop-connectivity-issue/m-p/325677#M9486</link>
      <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/64767"&gt;@brulard&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;This page may help you out. If this doesn't help, let me know.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/en/technical-support.html#contact-technical-support" target="_blank"&gt;http://support.sas.com/en/technical-support.html#contact-technical-support&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 18 Jan 2017 14:18:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Hadoop-connectivity-issue/m-p/325677#M9486</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2017-01-18T14:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop connectivity issue</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Hadoop-connectivity-issue/m-p/351461#M10447</link>
      <description>&lt;P&gt;Hi brulard,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm also intrested in this topic, we have same SAS products on Linux. Can you please let me know if you have done any additional configuration for connecting to Hadoop.?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 20:44:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Hadoop-connectivity-issue/m-p/351461#M10447</guid>
      <dc:creator>maheshtalla</dc:creator>
      <dc:date>2017-04-19T20:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop connectivity issue</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Hadoop-connectivity-issue/m-p/351755#M10459</link>
      <description>hi maheshtalla ,&lt;BR /&gt;&lt;BR /&gt;The approach to connect to hadoop that I posted above never worked for me. I have some colleague that embed that in their sas queries.&lt;BR /&gt;&lt;BR /&gt;I tried another approach, code that I embed in my autoexec to add a library. I then refer to the library in each of my queries. Here is my code, where xxx is PII. Hope this helps you.&lt;BR /&gt;&lt;BR /&gt;libname edl hadoop&lt;BR /&gt;server='xxxxxxxxx.com'&lt;BR /&gt;schema=edice&lt;BR /&gt;DBMAX_TEXT=255&lt;BR /&gt;user='xxxxxxxxx'&lt;BR /&gt;pwd='xxxxxxxxx'&lt;BR /&gt;uri='jdbc:hive2://xxxxxxxxx.com:8443/cmstr;ssl=true;sslTrustStore=/sashome/hadoop/gateway.jks;trustStorePassword=xxxxxxxxx?hive.server2.transport.mode=http;hive.server2.thrift.http.path=gateway/default/hive';&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 20 Apr 2017 15:45:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Hadoop-connectivity-issue/m-p/351755#M10459</guid>
      <dc:creator>brulard</dc:creator>
      <dc:date>2017-04-20T15:45:43Z</dc:date>
    </item>
  </channel>
</rss>

