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