Re: Hive 3 and Java 11 issue

2022-03-14 Thread Stamatis Zampetakis
I confirm what Pau said, the only supported JDK is 8. Upgrade to JDK 11 has started [1] but was paused due to various problems. I don't know if anyone is actively working on fixing this at the moment. Best, Stamatis [1] https://issues.apache.org/jira/browse/HIVE-22415 On Thu, Mar 10, 2022 at

Re: Hive 3 and Java 11 issue

2022-03-10 Thread Bitfox
That sounds bad. All our apps are running on JDK 11. On Thu, Mar 10, 2022 at 5:06 PM Pau Tallada wrote: > I think only JDK8 is supported yet > > Missatge de Bitfox del dia dj., 10 de març 2022 a les > 2:39: > >> my java version: >> >> openjdk version "11.0.13" 2021-10-19 >> >> >> I can't run

Re: Hive 3 and Java 11 issue

2022-03-10 Thread Pau Tallada
I think only JDK8 is supported yet Missatge de Bitfox del dia dj., 10 de març 2022 a les 2:39: > my java version: > > openjdk version "11.0.13" 2021-10-19 > > > I can't run hive 3.1.2. > > The error include: > > > Exception in thread "main" java.lang.ClassCastException: class >

Hive 3 and Java 11 issue

2022-03-09 Thread Bitfox
my java version: openjdk version "11.0.13" 2021-10-19 I can't run hive 3.1.2. The error include: Exception in thread "main" java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader