Hive Hook SSL
Note
Set these properties in hive-site-xml
or in Hive CLI (using --hiveconf
)
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.hive.hook.insecure.ssl
| boolean | false | |
com.unraveldata.hive.hook.use.ssl Enables SSL. | boolean | false | |
com.unraveldata.hive.hook.ssl.trust_store Trust store. | string | - | |
com.unraveldata.hive.hook.ssl.trust_store_password Trust store password as plain text. | string | - | |
com.unraveldata.hive.hook.ssl.trust_store_password_file Path to file of containing Trust store password. If both this and the trust_store_password are set. The password in this file takes precedence. | string | - | |
com.unraveldata.host The hostname. | string | ||
com.unraveldata.port The port number. | integer | 4043 |