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

Jar examples for h:hive-contrib

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-contrib 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-contrib-0.13.0.jar to your project.

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

Download

Click the following link to download the jar file.

hive-contrib-0.13.0-sources.jar
hive-contrib-0.13.0.jar
hive-contrib-0.13.0.pom



Related Tutorials