Re: ver 4.0.0-alpha-2 build fail

2022-11-20 Thread Jim Hopper
right, I noticed 0.16.0 is used now and had 0.9.3 installed. BTW is there any reason fb303.thrift is not part of the repo? On Sun, Nov 20, 2022 at 11:39 AM Ayush Saxena wrote: > Try without -Pthrift, it isn’t required unless you want to generate thrift > files. > If you intend to do so, check f

Re: ver 4.0.0-alpha-2 build fail

2022-11-20 Thread Ayush Saxena
Try without -Pthrift, it isn’t required unless you want to generate thrift files. If you intend to do so, check for your thrift version, if it is same as defined in the POM -Ayush > On 20-Nov-2022, at 4:58 PM, Jim Hopper wrote: > > Hi, > > while building ver 4.0.0-alpha-2 release using the

Re: hive 3.1.3 debug problem

2022-11-20 Thread Jim Hopper
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

ver 4.0.0-alpha-2 build fail

2022-11-20 Thread Jim Hopper
Hi, while building ver 4.0.0-alpha-2 release using the following command mvn clean package -D skipTests -Pthriftif -Dthrift.home=/usr/local I get these: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project hive-standalone-metas