4. Enable SSL for HiveServer2 JDBC Connections

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.

From the JDBC client specify sasl.sop as part of the JDBC-Hive connection string, for example jdbc:hive://hostname/dbname;sasl.qop=auth-int.

[Tip]Tip

See HIVE-4911 for more details on this enhancement.


loading table of contents...