Spark Hive provides integration between Apache Spark and Apache Hive for SQL queries on large datasets, targeting Scala 2.11.
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-hive_2.11</artifactId>
<version>2.4.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a HiveContext and executes a SQL query on Hive tables.
Use Spark with Scala 2.12 or 2.13.
No dependency data recorded yet.