Member since
06-14-2022
2
Posts
0
Kudos Received
0
Solutions
06-20-2022
07:22 AM
When trying to setup my hive odbc connection on company's Virtual Machine, i get the following error: [Cloudera][DriverSupport] (1160) Cannot enable SSL for the connection when connecting to a server that has not enabled SSL. If the server has SSL enabled, please check if it has been configured to use a SSL protocol version that is lower than what is allowed for the connection. The minimum SSL protocol version allowed for the connection is: TLS 1.0.
... View more
Labels:
- Labels:
-
Apache Hive
06-14-2022
12:11 AM
I solved the issue by converting the Hive table from managed to External CREATE EXTERNAL TABLE new_table AS SELECT * FROM old_table
... View more