组织ID: |
io.prestosql |
项目ID: |
presto-blackhole |
版本: |
300 |
最后修改时间: |
2019-12-04 09:56:16 |
包类型: |
jar |
描述: |
Presto - Black Hole Connector |
大小: |
33.74KB |
|
Maven引入代码: |
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-blackhole</artifactId>
<version>300</version>
</dependency>
|
Gradle引入代码: |
io.prestosql:presto-blackhole:300
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0"?>
<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>io.prestosql</groupId>
<artifactId>presto-root</artifactId>
<version>300</version>
</parent>
<artifactId>presto-blackhole</artifactId>
<description>Presto - Black Hole Connector</description>
<packaging>presto-plugin</packaging>
<properties>
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
</properties>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
<artifactId>concurrent</artifactId>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
<artifactId>log</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.prestosql</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>io.prestosql</groupId>
<artifactId>presto-tests</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-main</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-tpch</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
<artifactId>log-manager</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.airlift</groupId>
<artifactId>testing</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
io.prestosql.plugin.blackhole.BlackHolePartitioningHandle.class
io.prestosql.plugin.blackhole.BlackHoleSplit.class
io.prestosql.plugin.blackhole.BlackHoleConnectorFactory.class
io.prestosql.plugin.blackhole.BlackHoleNodePartitioningProvider.class
io.prestosql.plugin.blackhole.BlackHoleColumnHandle.class
io.prestosql.plugin.blackhole.BlackHoleHandleResolver.class
io.prestosql.plugin.blackhole.BlackHolePageSinkProvider.class
io.prestosql.plugin.blackhole.BlackHolePlugin.class
io.prestosql.plugin.blackhole.BlackHoleOutputTableHandle.class
io.prestosql.plugin.blackhole.BlackHoleTableLayoutHandle.class
io.prestosql.plugin.blackhole.BlackHoleSplitManager.class
io.prestosql.plugin.blackhole.BlackHoleTableHandle.class
io.prestosql.plugin.blackhole.BlackHolePageSink.class
io.prestosql.plugin.blackhole.BlackHoleConnector.class
io.prestosql.plugin.blackhole.BlackHolePageSourceProvider.class
io.prestosql.plugin.blackhole.BlackHolePageSource.class
io.prestosql.plugin.blackhole.BlackHoleInsertTableHandle.class
io.prestosql.plugin.blackhole.BlackHoleMetadata.class
io.prestosql.plugin.blackhole.BlackHoleTransactionHandle.class
META-INF/services/io.prestosql.spi.Plugin
META-INF/maven/io.prestosql/presto-blackhole/pom.xml
META-INF/maven/io.prestosql/presto-blackhole/pom.properties
|
依赖Jar: |
|