rvacaru commented on issue #1610: URL: https://github.com/apache/incubator-kyuubi/issues/1610#issuecomment-1004863619
I fixed the issue like suggested, now I'm trying to mvn install the root project but I'm getting an error: `java.lang.NoClassDefFoundError: Could not initialize class org.apache.kyuubi.service.authentication.PlainSASLServer$` if I do an mvn compile it can't resolve the imports below: ``` import org.apache.kyuubi.jdbc.hive.logs.InPlaceUpdateStream; import org.apache.kyuubi.shade.org.apache.hadoop.hive.common.log.InPlaceUpdate; ``` I'd like to run the kyuubi server to test the fix by looking at the logs again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
