Download hive-cli-0.11.0-shark-0.9.1.jar file - Jar h

Jar examples for h:hive-cli

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-cli 0.11.0-shark-0.9.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

hive-cli-0.11.0-shark-0.9.1-javadoc.jar
hive-cli-0.11.0-shark-0.9.1-sources.jar
hive-cli-0.11.0-shark-0.9.1.jar
hive-cli-0.11.0-shark-0.9.1.pom



Related Tutorials