Download hive-shims-0.11.0-shark.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.11.0-shark in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

hive-shims-0.11.0-shark-javadoc.jar
hive-shims-0.11.0-shark-sources.jar
hive-shims-0.11.0-shark.jar
hive-shims-0.11.0-shark.pom



Related Tutorials