Open exalate-issue-sync[bot] opened 1 year ago
Sebastien Poirier commented: some users are keen on using sql import with Hive 2.1.0, that doesn't support {{LIMIT max OFFSET start}} syntax, but {{LIMIT start, max}} instead. [~accountid:557058:5bcbac08-75cf-4c6b-b4d2-294f7c0fe9b8], [~accountid:557058:04659f86-fbfe-4d01-90c9-146c34df6ee6], is it something we're willing to add/support?
Michal Kurka commented: [~accountid:5b153fb1b0d76456f36daced], [~accountid:557058:eac185dd-5a5c-46e9-bb5a-13217ee9c218], please clarify - the ticket talks about Hive 1.2.1 and Hive JDBC version 2.1.0 - is the ticket about Hive1 or Hive2 or both?
To answer - we are not targetting support for Hive 1.x right now. We should, however, support Hive2 and any version of Hive 2.x.
Lauren DiPerna commented: [~accountid:557058:04659f86-fbfe-4d01-90c9-146c34df6ee6] sorry that was a typo it's suppose to be 2.1.0, this ticket is only about Hive2, I've updated the ticket with the correct version.
Michal Kurka commented: [~accountid:557058:eac185dd-5a5c-46e9-bb5a-13217ee9c218], thanks for clarifying. Looks like a bug then, we should support Hive 2.1 as well.
Sebastien Poirier commented: [~accountid:557058:04659f86-fbfe-4d01-90c9-146c34df6ee6] I guess I can mark this one as resolved by https://0xdata.atlassian.net/browse/PUBDEV-5927, right?
Michal Kurka commented: [~accountid:5b153fb1b0d76456f36daced] I wouldn't resolve this by PUBDEV-5927 - Hive should be supported in a distributed ingest mode, not just in streaming ingest.
JIRA Issue Migration Info
Jira Issue: PUBDEV-5835 Assignee: UNASSIGNED Reporter: Lauren DiPerna State: Open Fix Version: N/A Attachments: N/A Development PRs: N/A
We should add basic tests for Hive 2.1.0 JDBC Driver.
A [stream|https://groups.google.com/forum/#!topic/h2ostream/SMxZPlLdRmI] user reported a parsing issue (appearing to be related to OFFSET) when using HDP 2.6.5, Hive version is 2.1.0. and Hive JDBC 2.1.0 to import a Hive table from Flow.
Note: Hive did not support OFFSET for version [<2.0.0|https://issues.apache.org/jira/browse/HIVE-11531].
For convenience posting original stream question:
{code} When I try to import hive table in h2o flow, I got some error about EOF.