Hi,
> I was looking at HiveServer2 performance going through Knox in KNOX-1524 and
> found that HTTP mode is significantly slower.
The HTTP mode does re-auth for every row before HIVE-20621 was fixed – Knox
should be doing cookie-auth to prevent ActiveDirectory/LDAP from throttling
this.
I
One performance fix that is fixed recently and is related is HIVE-20621
Thanks
Prasanth
On Mon, Oct 15, 2018 at 12:11 PM -0700, "Kevin Risden"
mailto:kris...@apache.org>> wrote:
Are there any resources on HiveServer2 performance - specifically binary vs
HTTP mode? I would also be interested
Are there any resources on HiveServer2 performance - specifically binary vs
HTTP mode? I would also be interested in any information about enabling
compression between HiveServer2 and a client like beeline.
I was looking at HiveServer2 performance going through Knox in KNOX-1524
and found that HTT