Java – where is the Apache hive jdbc driver for download?
•
Java
I need to connect to hive. Com from a java program via JDBC
However, I can't find the jdbc driver itself (jar file) anywhere There seems to be a jar file that can be downloaded from cloudera, but it needs to be registered
Who knows where to get the normal Apache hive jdbc driver itself?
Solution
Add this dependency to Maven POM:
<dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-jdbc</artifactId> <version>2.0.0</version> </dependency>
Cans can be from: http://central.maven.org/maven2/org/apache/hive/hive-jdbc/2.0.0/hive-jdbc-2.0.0.jar download
Full version list: http://www.mvnrepository.com/artifact/org.apache.hive/hive-jdbc
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码