hue icon indicating copy to clipboard operation
hue copied to clipboard

[hiveserver2] Fix unpacking guid by using base64.b64decode for python3

Open Harshg999 opened this issue 2 years ago • 1 comments

Harshg999 avatar Aug 04 '22 17:08 Harshg999

@Harshg999 Should we fix this one also? https://github.com/cloudera/hue/blob/master/apps/beeswax/src/beeswax/server/hive_server2_lib.py#L714

LOG.info('Session %s opened' % repr(sessionId.guid))

Currently, this one in log shows bad string. Might need distinguish Hive and Impala?

wing2fly avatar Aug 04 '22 21:08 wing2fly

@wing2fly I checked this one in the logs, it shows guid as a byte string.

Harshg999 avatar Aug 16 '22 08:08 Harshg999