Download hive-exec-0.13.0.jar file - Jar h

Jar examples for h:hive-exec

Description

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.13.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hive-exec-0.13.0.jar to your project.

<dependency>
   <groupId>co.cask.cdap</groupId>
   <artifactId>hive-exec</artifactId>
   <version>0.13.0</version>
</dependency>
compile group: 'co.cask.cdap', name: 'hive-exec', version: '0.13.0'
libraryDependencies += "co.cask.cdap" % "hive-exec" % "0.13.0"
<dependency org="co.cask.cdap" name="hive-exec" rev="0.13.0"/>
@Grapes(@Grab(group='co.cask.cdap', module='hive-exec', version='0.13.0'))
'co.cask.cdap:hive-exec:jar:0.13.0'

Download

Click the following link to download the jar file.

hive-exec-0.13.0-javadoc.jar
hive-exec-0.13.0-sources.jar
hive-exec-0.13.0-tests.jar
hive-exec-0.13.0.jar
hive-exec-0.13.0.pom



Related Tutorials