Download hive-cli-1.2.2.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 1.2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hive-cli-1.2.2.jar to your project.

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

Download

Click the following link to download the jar file.

hive-cli-1.2.2-sources.jar
hive-cli-1.2.2.jar
hive-cli-1.2.2.pom



Related Tutorials