Download hive-shims-0.13.1.jar file - Jar h

Jar examples for h:hive-shims

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

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hive-shims-0.13.1.jar to your project.

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

Download

Click the following link to download the jar file.

hive-shims-0.13.1-sources.jar
hive-shims-0.13.1.jar
hive-shims-0.13.1.pom



Related Tutorials