JDBC
The Hive Java database connectivity (JDBC) interface complies with the Java JDBC driver standard.
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.