Hive JDBC driver allows Java applications to connect to Apache Hive and execute SQL queries on Hadoop data.
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<version>4.2.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal Hive JDBC connection and query execution.
Ensure HiveServer2 is started and accessible at the specified host and port.
No dependency data recorded yet.