Download hive-common-1.1.1.jar file - Jar h

Jar examples for h:hive-common

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-common 1.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hive-common-1.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

hive-common-1.1.1-sources.jar
hive-common-1.1.1.jar
hive-common-1.1.1.pom



Related Tutorials