Member since
07-06-2023
1
Post
0
Kudos Received
0
Solutions
07-18-2023
11:30 AM
Hi @dcardenas In CDH/CDP clusters, the integration between Spark and Hive service is get done by implementing Spark SQL API for Hive External tables through HiveMetastore and HWC (Hive Warehouse Connector) to Hive Managed/ACID tables. Therefore, Spark accessing Hive with JDBC is not supported, please check Unsupported Apache Spark Features
... View more