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
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
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 |
> ++--+-
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
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