sharing class between NonClosableMutableURLClassLoader and MutableURLClassLoader

2021-06-22 Thread Jason Jun
Hi there, I'm tweaking hive thrift server and spart session to provide custom sql capabilities, and i came across java.lang.ClassNotFoundException to load customer session builder. What i found is that the customer session builder is tried to load by MutableURLClassLoader. I have no idea about w

Re: [VOTE] Release Spark 3.0.3 (RC1)

2021-06-22 Thread Yi Wu
The vote passes with 12 +1s (8 binding +1s). Thanks to all who helped with the release! (* = binding) +1: - Sean Owen* - Thomas Graves* - Liang-Chi Hsieh* - Mridul Muralidharan* - Yuming Wang* - Dongjoon Hyun* - Hyukjin Kwon* - Gengliang Wang - Kent Yao - Jungtaek Lim - Takeshi Yamamuro* - Maxim G

Re: Spark ACID compatibility

2021-06-22 Thread Steve Loughran
On Mon, 14 Jun 2021 at 19:07, Mich Talebzadeh wrote: > > > Now I am trying to read it in Hive > > 0: jdbc:hive2://rhes75:10099/default> desc test.randomDataDelta; > ++--+--+ > |col_name| data_type | comment | > ++--+-

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