Created 03-09-2016 04:04 PM
Can client connect using a lower standard like auth-int or auth if hive.server2.thrift.sasl.qop is set to auth-conf on hiveserver2?
Created 04-03-2016 12:12 AM
yes here is the info:
HiveServer2 implemented encryption with the Java SASL protocol's quality of protection (QOP) setting that allows data moving between a HiveServer2 over JDBC and a JDBC client to be encrypted. For kerberized cluster hiveserver2 binary transport uses sasl qop.
QOP property can be set to:
This enhancement is available in hive .12+. It was made available via HIVE-4911. Please be aware of performance degradation due to encryption. Great example on the bottom of the jira.
Created 04-02-2016 09:18 PM
Did you ever get a solution for this?
Created 04-03-2016 12:12 AM
yes here is the info:
HiveServer2 implemented encryption with the Java SASL protocol's quality of protection (QOP) setting that allows data moving between a HiveServer2 over JDBC and a JDBC client to be encrypted. For kerberized cluster hiveserver2 binary transport uses sasl qop.
QOP property can be set to:
This enhancement is available in hive .12+. It was made available via HIVE-4911. Please be aware of performance degradation due to encryption. Great example on the bottom of the jira.
Created 09-23-2016 01:14 PM
I feel that this wasn't answered clearly.
I stumbled across this recently and tested with various configurations and full packet captures with tcpdump.
There are 3 possibilities when hive.server2.thrift.sasl.qop is set to auth-conf: