<?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: SAS Connect to Hadoop in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Connect-to-Hadoop/m-p/538100#M33133</link>
    <description>&lt;P&gt;Please verify that post install configuration for Haddop connection have been completed.&lt;/P&gt;
&lt;P&gt;Second, verify that the libname actually works (sometime the libname statement doesn't work, but no error is issued), by firing a query on it.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 24 Feb 2019 17:37:39 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2019-02-24T17:37:39Z</dc:date>
    <item>
      <title>SAS Connect to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Connect-to-Hadoop/m-p/537877#M33123</link>
      <description>&lt;P&gt;I am trying to connect to Hadoop with SAS 9.4 EG 7.1 and am returning the error below, has anyone else ran into this and know a solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Error trying to establish connection: Could not establish connection to jdbc:hive2://xxxxxxxxxx.xxxxx.com:7443/dept_revenue_forecasting;ssl=true;transportMode=http;httpPath=gateway/default/hive;http&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .header.Connection=close?tez.queue.name=analytics: HTTP Response code: 401&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the syntax I am using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;sql&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;connect to hadoop&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;(server="xxxxxxxxxx.xxx.com" subprotocol=hive2 port=&lt;STRONG&gt;7443&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;uri="jdbc:hive2://xxxxxxxx.xxxxxx.com:7443/dept_revenue_forecasting;ssl=true;transportMode=http;httpPath=gateway/default/hive;http.header.Connection=close?tez.queue.name=analytics"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; schema="dept_revenue_forecasting"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user="xxxxxxxxxx"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pw="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This libname is successful:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME HPW_TAT hadoop&amp;nbsp; uri='jdbc:hive2://xxxxxxxxxx.xxx.com:7443/dept_revenue_forecasting;ssl=true;transportMode=http;httpPath=gateway/default/hive;http.header.Connection=close?tez.queue.name=analytics'&lt;/P&gt;&lt;P&gt;schema="dept_revenue_forecasting"&lt;/P&gt;&lt;P&gt;USER= ="xxxxxxx" PASSWORD=="{xxxxxxxxxxxxxxxxx""&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 05:33:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Connect-to-Hadoop/m-p/537877#M33123</guid>
      <dc:creator>dkassis</dc:creator>
      <dc:date>2019-02-23T05:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Connect-to-Hadoop/m-p/537928#M33126</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/254304"&gt;@dkassis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Never ever post real credentials (username &amp;amp; password) into a public forum even if encoded!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I strongly recommend you remove the ones you've posted. Just replace the strings with XXXXXX&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 03:09:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Connect-to-Hadoop/m-p/537928#M33126</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-02-23T03:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Connect-to-Hadoop/m-p/537938#M33127</link>
      <description>&lt;P&gt;Thanks for the heads up, that was inadvertant.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 05:28:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Connect-to-Hadoop/m-p/537938#M33127</guid>
      <dc:creator>dkassis</dc:creator>
      <dc:date>2019-02-23T05:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Connect to Hadoop</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Connect-to-Hadoop/m-p/538100#M33133</link>
      <description>&lt;P&gt;Please verify that post install configuration for Haddop connection have been completed.&lt;/P&gt;
&lt;P&gt;Second, verify that the libname actually works (sometime the libname statement doesn't work, but no error is issued), by firing a query on it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 17:37:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Connect-to-Hadoop/m-p/538100#M33133</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2019-02-24T17:37:39Z</dc:date>
    </item>
  </channel>
</rss>

