p

presto-hive-hadoop2

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