Re: java.lang.ClassNotFoundException for custom hive authentication

2021-06-22 Thread angers zhu
Which version? Jason Jun 于2021年6月22日周二 下午4:19写道: > Hi there, > > I'm leveraging thriftserver to provide sql service, and using custom hive > authentication: > -- > > hive.server2.custom.authentication.class > com.abc.ABCAuthenticationProvider > > > > I've got this error when logg

java.lang.ClassNotFoundException for custom hive authentication

2021-06-22 Thread Jason Jun
Hi there, I'm leveraging thriftserver to provide sql service, and using custom hive authentication: -- hive.server2.custom.authentication.class com.abc.ABCAuthenticationProvider I've got this error when logging into thrift server. class path was set using --jar option. I guess this