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
This indicates a version mismatch between client and server, namely that the client is newer than the server, which is your case.