[jira] [Created] (HIVE-22440) Beeline Stops Running Command At Comment

2019-10-31 Thread Shawn Weeks (Jira)
Shawn Weeks created HIVE-22440: -- Summary: Beeline Stops Running Command At Comment Key: HIVE-22440 URL: https://issues.apache.org/jira/browse/HIVE-22440 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-21870) Toolkit CLI Kerberos Support

2019-06-13 Thread Shawn Weeks (JIRA)
Shawn Weeks created HIVE-21870: -- Summary: Toolkit CLI Kerberos Support Key: HIVE-21870 URL: https://issues.apache.org/jira/browse/HIVE-21870 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-21854) JDBC: Standalone Jar Breaks Spring Boot

2019-06-10 Thread Shawn Weeks (JIRA)
Shawn Weeks created HIVE-21854: -- Summary: JDBC: Standalone Jar Breaks Spring Boot Key: HIVE-21854 URL: https://issues.apache.org/jira/browse/HIVE-21854 Project: Hive Issue Type: Bug

Hive 3.x JDBC Driver Breaks Spring Boot/Tomcat

2019-06-08 Thread Shawn Weeks
In the Hive 3.x JDBC Driver there is a dependency on org.apache.tomcat.util.scan which breaks Spring Boots Tomcat Container. I can’t find anywhere that it’s used directly so it must be coming from one of the Jetty Dependencies. This makes the Hive JDBC Standalone Jar incompatible with Spring Bo

Re: Hive 3.1 Local Mode Illegal Capacity: -1547

2019-06-07 Thread Shawn Weeks
About the time I send this I figure something out but I'm wondering if there is a better way. Setting "set tez.grouping.split-count=1;" makes the error go away. On 6/7/19, 7:09 PM, "Shawn Weeks" wrote: Hi, I maintain a few docker containers for testing Hive and I

Hive 3.1 Local Mode Illegal Capacity: -1547

2019-06-07 Thread Shawn Weeks
Hi, I maintain a few docker containers for testing Hive and I’m running into an issue with the release of Hive 3.1 distributed with HDP 3.1.0. I’m assuming it’s something to do with running Tez and Hive in local mode but all I’ve found on Jira are a few unresolved tickets. Does anyone know of a

[jira] [Created] (HIVE-21560) Update Derby DDL to use CLOB instead of LONG VARCHAR

2019-04-01 Thread Shawn Weeks (JIRA)
Shawn Weeks created HIVE-21560: -- Summary: Update Derby DDL to use CLOB instead of LONG VARCHAR Key: HIVE-21560 URL: https://issues.apache.org/jira/browse/HIVE-21560 Project: Hive Issue Type

[jira] [Created] (HIVE-21491) Update Reserved Word Documentation

2019-03-22 Thread Shawn Weeks (JIRA)
Shawn Weeks created HIVE-21491: -- Summary: Update Reserved Word Documentation Key: HIVE-21491 URL: https://issues.apache.org/jira/browse/HIVE-21491 Project: Hive Issue Type: Bug

Re: Introduce FORMAT clause to CAST with SQL:2016 datetime patterns

2019-03-20 Thread Shawn Weeks
going the cast with format way everywhere I’d like it to support that Thanks Shawn Weeks Sent from my iPhone > On Mar 20, 2019, at 4:53 AM, Gabor Kaszab wrote: > > Hey Hive and Spark communities, > [dev@impala in cc] > > I'm working on an Impala improvement to intr

RE: Custom UDF Loses Depenencies

2019-03-19 Thread Shawn Weeks
a why it's changing it. I'm guessing something in Java internals. Whatever's going on it completely breaks udf class loading in certain scenarios. Thanks -Original Message- From: Shawn Weeks Sent: Sunday, March 10, 2019 12:42 PM To: dev@hive.apache.org Subject: RE: Cus

[jira] [Created] (HIVE-21461) Query Cache Contains Incorrect Result For Virtual Columns

2019-03-16 Thread Shawn Weeks (JIRA)
Shawn Weeks created HIVE-21461: -- Summary: Query Cache Contains Incorrect Result For Virtual Columns Key: HIVE-21461 URL: https://issues.apache.org/jira/browse/HIVE-21461 Project: Hive Issue

RE: Custom UDF Loses Depenencies

2019-03-10 Thread Shawn Weeks
for add resources is the first class loader created for the first session state and never changes. -Original Message- From: Shawn Weeks Sent: Saturday, March 9, 2019 11:01 AM To: dev@hive.apache.org Subject: RE: Custom UDF Loses Depenencies Ok nevermind, I see where the session state is

RE: Custom UDF Loses Depenencies

2019-03-09 Thread Shawn Weeks
. Thanks Shawn -Original Message- From: Shawn Weeks Sent: Saturday, March 9, 2019 10:57 AM To: dev@hive.apache.org Subject: RE: Custom UDF Loses Depenencies The more I look at this the more confusing it gets, it looks like some places Hive is using the class loader from the

RE: Custom UDF Loses Depenencies

2019-03-09 Thread Shawn Weeks
et by sessionstate. However I'm looking at the start method on SessionState and it doesn't set the classloader at all so registerJars may be getting the wrong class loader. Thanks Shawn -Original Message----- From: Shawn Weeks Sent: Saturday, March 9, 2019 10:44 AM To: dev@

RE: Custom UDF Loses Depenencies

2019-03-09 Thread Shawn Weeks
I filed HIVE-21409 for this issue. It looks like the registerJars method in SessionState is still using the thread context class loader instead of grabbing the one from SessionState. I'm not sure how it happens but it looks like if you have a bunch of parallel sessions from something like Oozie

[jira] [Created] (HIVE-21409) First Hive Session Class Path Additions Added to All Sessions

2019-03-07 Thread Shawn Weeks (JIRA)
Shawn Weeks created HIVE-21409: -- Summary: First Hive Session Class Path Additions Added to All Sessions Key: HIVE-21409 URL: https://issues.apache.org/jira/browse/HIVE-21409 Project: Hive

Re: Custom UDF Loses Depenencies

2019-03-04 Thread Shawn Weeks
ClassLoader. Once the URLClassloader is created Hive sets ... issues.apache.org ________ From: Shawn Weeks Sent: Monday, March 4, 2019 1:16 PM To: dev@hive.apache.org Subject: Custom UDF Loses Depenencies Are there any known gotchas with Hive UDFs that included shaded dependencies in

Custom UDF Loses Depenencies

2019-03-04 Thread Shawn Weeks
ion syntax referencing a jar in HDFS. The jar works initially and then goes to failing after the instance has been up for a few days. I've verified that the jar the function uses has these classes in there. I'm on Hive 1.2.1 with HDP 2.6.5 patches Thanks Shawn Weeks 2019-03-

[jira] [Created] (HIVE-21375) Closing TransactionBatch closes FileSystem for other batches

2019-03-02 Thread Shawn Weeks (JIRA)
Shawn Weeks created HIVE-21375: -- Summary: Closing TransactionBatch closes FileSystem for other batches Key: HIVE-21375 URL: https://issues.apache.org/jira/browse/HIVE-21375 Project: Hive Issue

SemanticException Expression Arguments

2018-10-20 Thread Shawn Weeks
When a semantic exception like UDFArgumentException is throw Hive returns the error message with "Wrong arguments" and the last argument in the function appended to the beginning of the error message. Something like this. Is there a way to get all of the arguments included or is that just a limi

Question on Class Naming

2018-07-28 Thread Shawn Weeks
Hi, I’m working on a proper ansi sql to_timestamp function for a project and I’d like it to be done so that I can contribute it. I’m trying to figure out what to call the class though. Normally I’d assume GenericUDFTimestamp would make sense to match the existing to_date function but currently t

[jira] [Created] (HIVE-20012) Implement SQL Standard Date and Timestamp Functions

2018-06-27 Thread Shawn Weeks (JIRA)
Shawn Weeks created HIVE-20012: -- Summary: Implement SQL Standard Date and Timestamp Functions Key: HIVE-20012 URL: https://issues.apache.org/jira/browse/HIVE-20012 Project: Hive Issue Type: New

[jira] [Created] (HIVE-17992) Hive Serdes Should Handle Null Strings Consisently

2017-11-06 Thread Shawn Weeks (JIRA)
Shawn Weeks created HIVE-17992: -- Summary: Hive Serdes Should Handle Null Strings Consisently Key: HIVE-17992 URL: https://issues.apache.org/jira/browse/HIVE-17992 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-17306) Support MySQL InnoDB Cluster

2017-08-12 Thread Shawn Weeks (JIRA)
Shawn Weeks created HIVE-17306: -- Summary: Support MySQL InnoDB Cluster Key: HIVE-17306 URL: https://issues.apache.org/jira/browse/HIVE-17306 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-17061) Add Support for Column List in Insert Clause

2017-07-07 Thread Shawn Weeks (JIRA)
Shawn Weeks created HIVE-17061: -- Summary: Add Support for Column List in Insert Clause Key: HIVE-17061 URL: https://issues.apache.org/jira/browse/HIVE-17061 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-16883) HBaseStorageHandler Ignores Case for HBase Table Name

2017-06-12 Thread Shawn Weeks (JIRA)
Shawn Weeks created HIVE-16883: -- Summary: HBaseStorageHandler Ignores Case for HBase Table Name Key: HIVE-16883 URL: https://issues.apache.org/jira/browse/HIVE-16883 Project: Hive Issue Type

[jira] [Created] (HIVE-15692) Can't Create Table with Interval Column Type

2017-01-22 Thread Shawn Weeks (JIRA)
Shawn Weeks created HIVE-15692: -- Summary: Can't Create Table with Interval Column Type Key: HIVE-15692 URL: https://issues.apache.org/jira/browse/HIVE-15692 Project: Hive Issue Type