thanks!
it was caused by a missing db name in jdbc url and reported way deeper in
stack trace:
Caused by: java.sql.SQLException: *No database selected*
at
com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
~[mysql-connector-j-8.0.31.jar:8.0.31]
at
com.mysql.cj.jdbc.except
Hi Jim,
you need to enrich metastore classes with datanucleus as follows:
$ cd standalone-metastore/metastore-server && mvn datanucleus:enhance
Best regards,
Alessandro
On Sun, 13 Nov 2022 at 23:19, Jim Hopper wrote:
> Hi,
>
> I try to debug one of the test classes in Intellij under linux.
> I
Hi,
I try to debug one of the test classes in Intellij under linux.
I have my metastore setup with mysql and I can build hive 3.1.3
I build hive using: mvn clean install -DskipTests -P thriftif
-Dthrift.home=/use/local
but when I run debug in Intellij I get this error:
javax.jdo.JDOException: Exc