p

presto-hive-hadoop2

Presto - Hive Connector - Apache Hadoop 2.x
Files download
File Operation
presto-hive-hadoop2-0.280.jar download
presto-hive-hadoop2-0.280.pom download
presto-hive-hadoop2-0.280-sources.jar download
Apache Maven
<dependency>
  <groupId>com.facebook.presto</groupId>
  <artifactId>presto-hive-hadoop2</artifactId>
  <version>0.280</version>
  <type>presto-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.facebook.presto:presto-hive-hadoop2:0.280'
Gradle Kotlin
implementation("com.facebook.presto:presto-hive-hadoop2:0.280")
Scala SBT
libraryDependencies += "com.facebook.presto" % "presto-hive-hadoop2" % "0.280"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.presto', module='presto-hive-hadoop2', version='0.280')
)
Apache Ivy
<dependency org="com.facebook.presto" name="presto-hive-hadoop2" rev="0.280" />
Leiningen
[com.facebook.presto/presto-hive-hadoop2 "0.280"]
Apache Buildr
'com.facebook.presto:presto-hive-hadoop2:jar:0.280'