Re: What is the latest version of JDK supported by hive 3.1.2?

2020-09-24 Thread David
https://issues.apache.org/jira/browse/HIVE-22415 On Thu, Sep 24, 2020 at 2:05 AM Zoltán Haindrich wrote: > Hello, > > For Hive3 I don't think you can go above java8 - there are changes in the > classloader area which will cause all kind of exceptions with java >=9 > > cheers, > Zoltan > > On

[jira] [Created] (HIVE-24202) Clean up local HS2 HMS cache code (II)

2020-09-24 Thread Jesus Camacho Rodriguez (Jira)
Jesus Camacho Rodriguez created HIVE-24202: -- Summary: Clean up local HS2 HMS cache code (II) Key: HIVE-24202 URL: https://issues.apache.org/jira/browse/HIVE-24202 Project: Hive

[jira] [Created] (HIVE-24201) WorkloadManager kills query being moved to different pool if destination pool does not have enough sessions

2020-09-24 Thread Adesh Kumar Rao (Jira)
Adesh Kumar Rao created HIVE-24201: -- Summary: WorkloadManager kills query being moved to different pool if destination pool does not have enough sessions Key: HIVE-24201 URL:

[jira] [Created] (HIVE-24200) MSCK repair table is not working

2020-09-24 Thread stephbat (Jira)
stephbat created HIVE-24200: --- Summary: MSCK repair table is not working Key: HIVE-24200 URL: https://issues.apache.org/jira/browse/HIVE-24200 Project: Hive Issue Type: Bug Affects Versions:

[jira] [Created] (HIVE-24199) Incorrect result when subquey in exists contains limit

2020-09-24 Thread Krisztian Kasa (Jira)
Krisztian Kasa created HIVE-24199: - Summary: Incorrect result when subquey in exists contains limit Key: HIVE-24199 URL: https://issues.apache.org/jira/browse/HIVE-24199 Project: Hive Issue

[jira] [Created] (HIVE-24198) Map side SMB join produceing wrong result

2020-09-24 Thread mahesh kumar behera (Jira)
mahesh kumar behera created HIVE-24198: -- Summary: Map side SMB join produceing wrong result Key: HIVE-24198 URL: https://issues.apache.org/jira/browse/HIVE-24198 Project: Hive Issue

[jira] [Created] (HIVE-24197) Check for write transactions for the db under replication at a frequent interval

2020-09-24 Thread Aasha Medhi (Jira)
Aasha Medhi created HIVE-24197: -- Summary: Check for write transactions for the db under replication at a frequent interval Key: HIVE-24197 URL: https://issues.apache.org/jira/browse/HIVE-24197 Project:

[jira] [Created] (HIVE-24196) Refactor getAcidState in AcidUtils to use HMS endpoint

2020-09-24 Thread Barnabas Maidics (Jira)
Barnabas Maidics created HIVE-24196: --- Summary: Refactor getAcidState in AcidUtils to use HMS endpoint Key: HIVE-24196 URL: https://issues.apache.org/jira/browse/HIVE-24196 Project: Hive

[jira] [Created] (HIVE-24195) Avoid reallocation of the arrays in the lateral view explode of complex types

2020-09-24 Thread Ramesh Kumar Thangarajan (Jira)
Ramesh Kumar Thangarajan created HIVE-24195: --- Summary: Avoid reallocation of the arrays in the lateral view explode of complex types Key: HIVE-24195 URL: https://issues.apache.org/jira/browse/HIVE-24195

Re: What is the latest version of JDK supported by hive 3.1.2?

2020-09-24 Thread Zoltán Haindrich
Hello, For Hive3 I don't think you can go above java8 - there are changes in the classloader area which will cause all kind of exceptions with java >=9 cheers, Zoltan On September 18, 2020 12:36:56 PM GMT+02:00, qq <987626...@qq.com> wrote: >Hello: > What is the latest version of JDK