Download hive-beeline-1.2.1.spark2.jar file - Jar h

Jar examples for h:hive-beeline

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-beeline 1.2.1.spark2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hive-beeline-1.2.1.spark2.jar to your project.

<dependency>
   <groupId>org.spark-project.hive</groupId>
   <artifactId>hive-beeline</artifactId>
   <version>1.2.1.spark2</version>
</dependency>
compile group: 'org.spark-project.hive', name: 'hive-beeline', version: '1.2.1.spark2'
libraryDependencies += "org.spark-project.hive" % "hive-beeline" % "1.2.1.spark2"
<dependency org="org.spark-project.hive" name="hive-beeline" rev="1.2.1.spark2"/>
@Grapes(@Grab(group='org.spark-project.hive', module='hive-beeline', version='1.2.1.spark2'))
'org.spark-project.hive:hive-beeline:jar:1.2.1.spark2'

Download

Click the following link to download the jar file.

hive-beeline-1.2.1.spark2-javadoc.jar
hive-beeline-1.2.1.spark2-sources.jar
hive-beeline-1.2.1.spark2-tests.jar
hive-beeline-1.2.1.spark2.jar
hive-beeline-1.2.1.spark2.pom



Related Tutorials