I am using Hive 0.12, and I\'m trying the JDBC from apache. When I try to run the code, I get apache.thrift.TApplicationException.
import java.sql.SQLExcepti
Got same issue. It works if you set
hive JDBC Maven Repo version as 1.1.0 .
Check this jira. Newest hive-jdbc version is not supported with HIve 0.13. https://issues.apache.org/jira/browse/HIVE-6050
Add this in your pom.
org.apache.hive hive-jdbc 1.1.0 standalone