Re: 3.1.4 release?

2022-05-19 Thread Matt Burgess
are some other pending CVEs to be addressed (like thrift upgrade) by > upgrading the binaries we build on. So the plan is to do more releases. > Please commit the change to the branch-3 as you see fit. > > Thank you > Naveen > > On Fri, May 6, 2022 at 11:33 AM Matt Burgess wro

3.1.4 release?

2022-05-06 Thread Matt Burgess
Hi all, Are there plans for a 3.1.4 release? I noticed HIVE-22393 [1] didn't get into Hive 3.1.3, but that bug makes Hive Streaming unusable, at least in Apache NiFi. Is there a workaround, some property or something I can set to make the stats work (or at least not throw an NPE)? Thanks, Matt [

[jira] [Created] (HIVE-24077) Streaming Ingest v2 does not send heartbeats

2020-08-26 Thread Matt Burgess (Jira)
Matt Burgess created HIVE-24077: --- Summary: Streaming Ingest v2 does not send heartbeats Key: HIVE-24077 URL: https://issues.apache.org/jira/browse/HIVE-24077 Project: Hive Issue Type: Bug

3.1.3 release?

2020-05-12 Thread Matt Burgess
Hello all, Will there be a 3.1.3 release? If so can we get https://issues.apache.org/jira/browse/HIVE-20979 in there? The Fix Version says 4.0.0 and 3.1.1 but it is not in 3.1.1 or 3.1.2 (but is in master). The memory leak can be fairly substantial for example in the Apache NiFi Hive 3 processor P

Hive JDBC complex type objects

2020-01-23 Thread Matt Burgess
According to https://issues.apache.org/jira/browse/HIVE-1378 Hive returns strings for complex types. I couldn’t find anything else on the subject, has there been any more work done in later versions of Hive to return actual objects in the JDBC driver? In NiFi we can have records/results/rows with c

[jira] [Created] (HIVE-19741) Update documentation to reflect list of reserved words

2018-05-30 Thread Matt Burgess (JIRA)
Matt Burgess created HIVE-19741: --- Summary: Update documentation to reflect list of reserved words Key: HIVE-19741 URL: https://issues.apache.org/jira/browse/HIVE-19741 Project: Hive Issue Type

[jira] [Created] (HIVE-19534) Allow implementations to access member variables of AbstractRecordWriter

2018-05-14 Thread Matt Burgess (JIRA)
Matt Burgess created HIVE-19534: --- Summary: Allow implementations to access member variables of AbstractRecordWriter Key: HIVE-19534 URL: https://issues.apache.org/jira/browse/HIVE-19534 Project: Hive

Integration testing for clients

2018-03-21 Thread Matt Burgess
I'm looking into writing integration tests for our Hive processors in Apache NiFi to be able to test against a "real" Hive Server 2, Hive Metastore, etc. I see in Hive 3.0 there's a MiniHMS and other test classes, but I couldn't find them in a Maven repo anywhere. Are there artifacts published so

Re: Hive unit testing in other projects

2016-08-09 Thread Matt Burgess
I am interested in this as well, we have Hive processors (in Apache NiFi) but have been using Derby to test the processor logic (not necessarily the interaction with Hive). With an embedded/small Hive it would be an integration test but still would help a great deal to iron out bugs. Regards, Matt

Unions of Maps

2016-08-08 Thread Matt Burgess
Hello all, I'm using Hive 1.2.1, and let's say I have the following type info (code simplified): typeInfo = TypeInfoUtils.getTypeInfoFromTypeString("uniontype,map>") I can get the appropriate ObjectInspectors: oi = TypeInfoUtils.getStandardWritableObjectInspectorFromTypeInfo(typeInfo) map1oi

Double objects in ResultSet with column type Float

2016-07-28 Thread Matt Burgess
Hello all, I had a question about the Hive JDBC driver and its treatment of float/double types. According to the following, floating-point literals are treated as doubles: https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Types#LanguageManualTypes-FloatingPointTypes. So let's say

[jira] [Commented] (HIVE-5412) HivePreparedStatement.setDate not implemented

2015-01-13 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14276420#comment-14276420 ] Matt Burgess commented on HIVE-5412: What about: public void setDate

[jira] [Commented] (HIVE-4806) Add more implementations of JDBC API methods to Hive and Hive2 drivers

2013-07-23 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13717959#comment-13717959 ] Matt Burgess commented on HIVE-4806: Alan, Thanks for the feedback! I

[jira] [Commented] (HIVE-4806) Add more implementations of JDBC API methods to Hive and Hive2 drivers

2013-07-02 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13698242#comment-13698242 ] Matt Burgess commented on HIVE-4806: Issued pull request: https://github.com/ap

[jira] [Updated] (HIVE-4806) Add more implementations of JDBC API methods to Hive and Hive2 drivers

2013-07-02 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated HIVE-4806: --- Status: Patch Available (was: Open) > Add more implementations of JDBC API methods to Hive

[jira] [Updated] (HIVE-4806) Add more implementations of JDBC API methods to Hive and Hive2 drivers

2013-07-02 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated HIVE-4806: --- Attachment: HIVE-4806.patch Attached proposed patch file > Add more implementati

[jira] [Created] (HIVE-4806) Add more implementations of JDBC API methods to Hive and Hive2 drivers

2013-07-02 Thread Matt Burgess (JIRA)
Matt Burgess created HIVE-4806: -- Summary: Add more implementations of JDBC API methods to Hive and Hive2 drivers Key: HIVE-4806 URL: https://issues.apache.org/jira/browse/HIVE-4806 Project: Hive