Hive JDBC Sample programs
Repository consists of Hive JDBC Sample programs using below approaches
- JDBC Connection to HiveServer2 with Simple authentication - Apache Hive JDBC drivers - HiveJDBCTest.java
- JDBC Connection to HiveServer2 with Kerberos authentication - Simba Hive JDBC drivers - HiveKRBJDBC.java
- JDBC Connection to HiveServer2 using Knox gateway (username and password Authentication) - Apache Hive JDBC drivers - HiveJDBCKnoxExample.java
- JDBC Connection to HiveServer2 using Knox gateway (username and password Authentication) - Simba Hive JDBC drivers - HiveJDBCKnoxSimbaExample.java
- JDBC Connection to HiveServer2 to execute a HQL file - Simba Hive JDBC drivers - HiveJDBCHQLSimbaExample.java)
- JDBC Connection to HiveServer2 with authentication as Delegation token - Apache Hive JDBC drivers - HiveJDBCDTExample.java