Download hive-apache-0.3.jar file - Jar h

Jar examples for h:hive-apache

Description

Shaded version of Apache Hive for Presto

You can download jar file hive-apache 0.3 in this page.

License

Apache License 2.0

Build File

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

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

Download

Click the following link to download the jar file.

hive-apache-0.3-javadoc.jar
hive-apache-0.3-sources.jar
hive-apache-0.3.jar
hive-apache-0.3.pom



Related Tutorials