Enable SASL in HiveServer
You can encrypt client-server communications between HiveServer and its clients using SASL (Simple Authentication and Security Layer).
SASL is a framework for authentication and data security and an alternative to a protocol like TLS/SSL. SASL offers three different Quality of Protection (QOP) levels as shown in the following table:
auth |
Default. Authentication only. |
auth-int |
Authentication with integrity protection. Signed message digests (checksums) verify the integrity of messages sent between client and server. |
auth-conf |
Authentication with confidentiality (transport-layer encryption). Use this setting for encrypted communications from clients to HiveServer. |