组织ID: |
com.facebook.presto |
项目ID: |
presto-hive-cdh4 |
版本: |
0.157.1 |
最后修改时间: |
2019-11-02 01:08:47 |
包类型: |
jar |
描述: |
Presto - Hive Connector - CDH 4 |
大小: |
3.34KB |
|
Maven引入代码: |
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-hive-cdh4</artifactId>
<version>0.157.1</version>
</dependency>
|
Gradle引入代码: |
com.facebook.presto:presto-hive-cdh4:0.157.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-root</artifactId>
<version>0.157.1</version>
</parent>
<artifactId>presto-hive-cdh4</artifactId>
<description>Presto - Hive Connector - CDH 4</description>
<packaging>presto-plugin</packaging>
<properties>
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
</properties>
<dependencies>
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-hive</artifactId>
</dependency>
<dependency>
<groupId>com.facebook.presto.hadoop</groupId>
<artifactId>hadoop-cdh4</artifactId>
<scope>runtime</scope>
</dependency>
<!-- Presto SPI -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-spi</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
<artifactId>slice</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
<artifactId>units</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jol</groupId>
<artifactId>jol-core</artifactId>
<scope>provided</scope>
</dependency>
<!-- for testing -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
<artifactId>testing</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-hive</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-main</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludedGroups>hive,hive-s3</excludedGroups>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>test-hive-cdh4</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludedGroups>hive-s3</excludedGroups>
<systemProperties>
<hive.cdh4.metastoreHost>localhost</hive.cdh4.metastoreHost>
<hive.cdh4.metastorePort>9083</hive.cdh4.metastorePort>
<hive.cdh4.databaseName>default</hive.cdh4.databaseName>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.facebook.presto.hive.HiveCdh4Plugin.class
META-INF/services/com.facebook.presto.spi.Plugin
META-INF/maven/com.facebook.presto/presto-hive-cdh4/pom.xml
META-INF/maven/com.facebook.presto/presto-hive-cdh4/pom.properties
|
依赖Jar: |
|