<?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>question Re: Problem connecting to Hive ODBC driver in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126715#M22876</link>
    <description>&lt;P&gt;No, the rpm package was named &lt;/P&gt;&lt;P&gt;hive-odbc-native-2.0.5.1005-1.el6.x86_64.rpm&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2016 20:16:15 GMT</pubDate>
    <dc:creator>malavin</dc:creator>
    <dc:date>2016-03-15T20:16:15Z</dc:date>
    <item>
      <title>Problem connecting to Hive ODBC driver</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126707#M22868</link>
      <description>&lt;P&gt;I'm trying to use the HW Hive ODBC driver; I've installed the package, set up a stanza in my odbc.ini, and put &lt;/P&gt;&lt;P&gt;.hortonworks.hiveodbc.ini in my $HOME.   When I try connecting, I get the message:&lt;/P&gt;&lt;P&gt;ERROR: 0:  HY000 : [DataDirect][ODBC lib] Unicode converter buffer overflow&lt;/P&gt;&lt;P&gt;I've tried adding "DriverUnicodeType=1" (and 2) to odbc.ini, to no avail.   What can I try next.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 02:05:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126707#M22868</guid>
      <dc:creator>malavin</dc:creator>
      <dc:date>2016-03-15T02:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem connecting to Hive ODBC driver</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126708#M22869</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/553/mherring.html" nodeid="553"&gt;&lt;/A&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3425/malavin.html" nodeid="3425"&gt;@Mark Lavin&lt;/A&gt;&lt;P&gt; See this &lt;A href="http://www-01.ibm.com/support/docview.wss?uid=swg21580747" target="_blank"&gt;http://www-01.ibm.com/support/docview.wss?uid=swg21580747&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It may be a configuration setting at your end that needs to be changed in order to prevent the unicode converter buffer overflow&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 02:16:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126708#M22869</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-03-15T02:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem connecting to Hive ODBC driver</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126709#M22870</link>
      <description>&lt;P&gt;Thanks! for your reply.  Sounds reasonable, but which configuration and what setting?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 02:21:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126709#M22870</guid>
      <dc:creator>malavin</dc:creator>
      <dc:date>2016-03-15T02:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem connecting to Hive ODBC driver</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126710#M22871</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3425/malavin.html" nodeid="3425"&gt;@Mark Lavin&lt;/A&gt;  odbc.ini&lt;/P&gt;&lt;PRE&gt;The DataDirect ODBC driver manager looks for a property that you can add to the Data Source Name (DSN) entry for the 3rd party driver in the .odbc.ini file to indicate if the driver is using 2 or 4 bytes for unicode.
Add the following property after the "driver=" line for the failing DSN in the .odbc.ini file:
DriverUnicodeType=1 
then test the failing scenario. If the error still occurs, then change the line to:
DriverUnicodeType=2&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Mar 2016 02:25:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126710#M22871</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-03-15T02:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem connecting to Hive ODBC driver</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126711#M22872</link>
      <description>&lt;P&gt;Yup, tried that, no luck.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 02:41:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126711#M22872</guid>
      <dc:creator>malavin</dc:creator>
      <dc:date>2016-03-15T02:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem connecting to Hive ODBC driver</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126712#M22873</link>
      <description>&lt;P style="margin-left: 20px;"&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3425/malavin.html" nodeid="3425"&gt;@Mark Lavin&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3425/malavin.html" nodeid="3425"&gt;&lt;/A&gt;Did you place all below three files in user's home directory?&lt;/P&gt;&lt;P&gt;-rwxr-xr-x  1 123 data 1298 Nov 24 22:02 .hortonworks.hiveodbc.ini&lt;/P&gt;&lt;P&gt;-rwxr-xr-x  1 123 data711 Nov 13 21:54 .odbc.ini&lt;/P&gt;&lt;P&gt;-rwxr-xr-x  1 123 data 336 Nov 13 21:55 .odbcinst.ini&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 02:50:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126712#M22873</guid>
      <dc:creator>divakarreddy_a</dc:creator>
      <dc:date>2016-03-15T02:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem connecting to Hive ODBC driver</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126713#M22874</link>
      <description>&lt;P&gt;Good questions.   I placed .hortonworks.hiveodbc.ini in $HOME; for .odbc.ini, I actually have an odbc.ini in another directory but I set $ODCBINI to point to it; for .odbcinst.ini, I read that it was optional, so I omitted it.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 02:58:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126713#M22874</guid>
      <dc:creator>malavin</dc:creator>
      <dc:date>2016-03-15T02:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem connecting to Hive ODBC driver</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126714#M22875</link>
      <description>&lt;P&gt;Did you install &lt;/P&gt;&lt;P&gt;[root@abc ~]# rpm -qa | grep hive-odbc-native &lt;/P&gt;&lt;P&gt;hive-odbc-native-2.0.0.1000-1.x86_64&lt;/P&gt;&lt;P&gt;
[root@abc ~]#&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 09:09:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126714#M22875</guid>
      <dc:creator>divakarreddy_a</dc:creator>
      <dc:date>2016-03-15T09:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem connecting to Hive ODBC driver</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126715#M22876</link>
      <description>&lt;P&gt;No, the rpm package was named &lt;/P&gt;&lt;P&gt;hive-odbc-native-2.0.5.1005-1.el6.x86_64.rpm&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 20:16:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126715#M22876</guid>
      <dc:creator>malavin</dc:creator>
      <dc:date>2016-03-15T20:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem connecting to Hive ODBC driver</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126716#M22877</link>
      <description>&lt;P&gt;Update:   I had been using DataDirect as the ODBC Driver Manager.   When I switched to unixODBC, the problem appears to have been resolved.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 23:28:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Problem-connecting-to-Hive-ODBC-driver/m-p/126716#M22877</guid>
      <dc:creator>malavin</dc:creator>
      <dc:date>2016-03-15T23:28:56Z</dc:date>
    </item>
  </channel>
</rss>

