Download hive-2.1.1.jar file - Jar h

Jar examples for h:hive

Description

You can download jar file hive 2.1.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

hive-2.1.1.pom



Related Tutorials