JDBC

The Hive Java database connectivity (JDBC) interface complies with the Java JDBC driver standard. For details, see JDK1.8 API.

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