Jar examples for h:hive-jdbc
Hive is a data warehouse infrastructure built on top of Hadoop see http://wiki.apache.org/hadoop/Hive
You can download jar file hive-jdbc 1.0.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add hive-jdbc-1.0.1.jar to your project.
<dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-jdbc</artifactId> <version>1.0.1</version> </dependency>
compile group: 'org.apache.hive', name: 'hive-jdbc', version: '1.0.1'
libraryDependencies += "org.apache.hive" % "hive-jdbc" % "1.0.1"
<dependency org="org.apache.hive" name="hive-jdbc" rev="1.0.1"/>
@Grapes(@Grab(group='org.apache.hive', module='hive-jdbc', version='1.0.1'))
'org.apache.hive:hive-jdbc:jar:1.0.1'
Click the following link to download the jar file.
hive-jdbc-1.0.1-sources.jar