Updated on 2024-08-16 GMT+08:00

Hive JDBC APIs

Hive JDBC APIs comply with the Java JDBC driver standard. For details, see JDK1.7 API.

As a database of the data warehouse type, Hive does not support all JDBC APIs. For example, if transactional operations are performed, such as rollback and setAutoCommit, SQL exceptions like Method not supported will occur.