Download hive-service-2.0.1.jar file - Jar h

Jar examples for h:hive-service

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-service 2.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hive-service-2.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

hive-service-2.0.1-sources.jar
hive-service-2.0.1-tests.jar
hive-service-2.0.1.jar
hive-service-2.0.1.pom



Related Tutorials