<?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: Hive Functions via ODBC Driver (QlikView) in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98656#M61761</link>
    <description>&lt;P&gt;It works in 'hive (a_db)&amp;gt;', but I also checked in beeline (i.e. without using ODBC driver).&lt;/P&gt;</description>
    <pubDate>Fri, 11 Dec 2015 05:48:08 GMT</pubDate>
    <dc:creator>jwaligora</dc:creator>
    <dc:date>2015-12-11T05:48:08Z</dc:date>
    <item>
      <title>Hive Functions via ODBC Driver (QlikView)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98654#M61759</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having some trouble executing &lt;A href="https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-StringFunctions"&gt;function-based Hive queries&lt;/A&gt; in QlikView (ODBC connector parse error), and I'm looking to understand if the fault lies in the QV syntax, or if functions are simply not supported by the Hive ODBC driver.&lt;/P&gt;&lt;P&gt;Example...&lt;/P&gt;&lt;P&gt;The following works in Hive command line: &lt;/P&gt;&lt;PRE&gt;select distinct a_date, reverse(a_date) from a_table where a_date &amp;gt; '20151201';&lt;/PRE&gt;&lt;P&gt;The following fails in QV:&lt;/P&gt;&lt;PRE&gt;SQL SELECT 
	reverse("a_date")
FROM HIVE.a_db."a_table"
WHERE "a_date" &amp;gt; '20151201';&lt;/PRE&gt;&lt;P&gt;The QV and connector implementation is fine otherwise; substituting 'reverse' with 'max' executes happily.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 05:00:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98654#M61759</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2015-12-11T05:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Functions via ODBC Driver (QlikView)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98655#M61760</link>
      <description>&lt;P&gt;Hive cli - working&lt;/P&gt;&lt;P&gt;select distinct a_date, length(a_date)from a_table where a_date &amp;gt;'20151201';&lt;/P&gt;&lt;P&gt;beeline ?  &lt;/P&gt;&lt;P&gt;If beeline works then it's QV issue. Please test &lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1256/jwaligora.html" nodeid="1256"&gt;@Joanna Waligora&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 05:32:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98655#M61760</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-12-11T05:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Functions via ODBC Driver (QlikView)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98656#M61761</link>
      <description>&lt;P&gt;It works in 'hive (a_db)&amp;gt;', but I also checked in beeline (i.e. without using ODBC driver).&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 05:48:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98656#M61761</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2015-12-11T05:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Functions via ODBC Driver (QlikView)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98657#M61762</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1256/jwaligora.html" nodeid="1256"&gt;@Joanna Waligora&lt;/A&gt;&lt;P&gt;Do you mean it works with beeline and jdbc? but not working with QV+ odbc?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 06:06:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98657#M61762</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-12-11T06:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Functions via ODBC Driver (QlikView)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98658#M61763</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1256/jwaligora.html" nodeid="1256"&gt;@Joanna Waligora&lt;/A&gt; If QV + ODBC issue then please see this &lt;A href="https://community.qlik.com/thread/142680" target="_blank"&gt;https://community.qlik.com/thread/142680&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I would say , open a case with them &lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 06:09:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98658#M61763</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-12-11T06:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Functions via ODBC Driver (QlikView)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98659#M61764</link>
      <description>&lt;P&gt;Correct.  &lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 06:10:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98659#M61764</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2015-12-11T06:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Functions via ODBC Driver (QlikView)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98660#M61765</link>
      <description>&lt;P&gt;Does confirmation of jdbc functionality conclusively exclude odbc driver as the culprit?&lt;/P&gt;&lt;P&gt;I read the QV community thread earlier, but since the item was unresolved, I started my &lt;A href="https://community.qlik.com/thread/195785"&gt;own&lt;/A&gt;. Subsequently it occurred to me that QV folks won't be able to help me if it's a driver limitation.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 06:53:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98660#M61765</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2015-12-11T06:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Functions via ODBC Driver (QlikView)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98661#M61766</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1256/jwaligora.html" nodeid="1256"&gt;@Joanna Waligora&lt;/A&gt; Do you have access to hortonworks support? or Are you a customer? I would suggest to open a ticket or in worse case , open a jira ticket to address this.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 07:10:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98661#M61766</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-12-11T07:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Functions via ODBC Driver (QlikView)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98662#M61767</link>
      <description>&lt;P&gt;You'll need to use the ODBC Data Source Administrator tool to uncheck "Use Native Query" from your ODBC driver installation.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 08:01:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98662#M61767</guid>
      <dc:creator>rgelhausen</dc:creator>
      <dc:date>2015-12-11T08:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Functions via ODBC Driver (QlikView)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98663#M61768</link>
      <description>&lt;P&gt;Thanks. It's unchecked by default. &lt;/P&gt;&lt;P&gt;I played with that setting before; setting it to 'on' does cause my previously functional syntax to fail. &lt;/P&gt;&lt;P&gt;Right now (native unchecked), doing a select on [a_date] works, but Hive functions like reverse([a_date]) fail.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2015 02:26:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98663#M61768</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2015-12-12T02:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Functions via ODBC Driver (QlikView)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98664#M61769</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1256/jwaligora.html" nodeid="1256"&gt;@Joanna Waligora&lt;/A&gt; are you still having issues with this? Can you accept best answer or provide your own solution?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 23:45:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98664#M61769</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-03T23:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Functions via ODBC Driver (QlikView)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98665#M61770</link>
      <description>&lt;P&gt;The QV support team is currently investigating this problem. I will provide an update / closure once I receive their feedback. &lt;/P&gt;&lt;P&gt;Also, I want to correct my initial statement - &lt;EM&gt;max&lt;/EM&gt;, and &lt;EM&gt;length&lt;/EM&gt; functions work fine, but &lt;EM&gt;reverse&lt;/EM&gt;, &lt;EM&gt;instr&lt;/EM&gt;, and &lt;EM&gt;regexp_extract &lt;/EM&gt;don't.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 01:25:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98665#M61770</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2016-02-04T01:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Functions via ODBC Driver (QlikView)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98666#M61771</link>
      <description>&lt;P&gt;This problem has been resolved. Errors were caused by QV syntax peculiarities. Details can be viewed in the QV Community post &lt;A href="https://community.qlik.com/message/976058"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 04:45:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Functions-via-ODBC-Driver-QlikView/m-p/98666#M61771</guid>
      <dc:creator>jwaligora</dc:creator>
      <dc:date>2016-02-17T04:45:29Z</dc:date>
    </item>
  </channel>
</rss>

