jdbcparquetwriter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.manticore-projects.jdbc</groupId> <artifactId>jdbcparquetwriter</artifactId> <version>1.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.manticore-projects.jdbc</groupId> <artifactId>jdbcparquetwriter</artifactId> <version>1.2.0</version> <name>JDBCParquetWriter</name> <description>JDBC Table or ResultSet to Parquet File Writer</description> <url>https://manticore-projects.com/JDBCParquetWriter</url> <licenses> <license> <name>The GNU GENERAL PUBLIC LICENSE, Version 3.0</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> </license> </licenses> <developers> <developer> <id>are</id> <name>Andreas Reichel</name> <email>andreas@manticore-projects.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/manticore-projects/JDBCParquetWriter.git</connection> <developerConnection>scm:git:ssh://git@github.com:manticore-projects/JDBCParquetWriter.git</developerConnection> <url>https://github.com/manticore-projects/JDBCParquetWriter</url> </scm> <dependencies> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-common</artifactId> <version>1.14.2</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>io.netty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.codehaus.jettison</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>javax.servlet.jsp</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.curator</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.zookeeper</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.kerby</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.protobuf</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.yaml</groupId> </exclusion> <exclusion> <artifactId>json-smart</artifactId> <groupId>net.minidev</groupId> </exclusion> <exclusion> <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> <exclusion> <artifactId>hadoop-hdfs-client</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>dnsjava</artifactId> <groupId>dnsjava</groupId> </exclusion> <exclusion> <artifactId>nimbus-jose-jwt</artifactId> <groupId>com.nimbusds</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-encoding</artifactId> <version>1.14.2</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>io.netty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.codehaus.jettison</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>javax.servlet.jsp</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.curator</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.zookeeper</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.kerby</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.protobuf</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.yaml</groupId> </exclusion> <exclusion> <artifactId>json-smart</artifactId> <groupId>net.minidev</groupId> </exclusion> <exclusion> <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> <exclusion> <artifactId>hadoop-hdfs-client</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>dnsjava</artifactId> <groupId>dnsjava</groupId> </exclusion> <exclusion> <artifactId>nimbus-jose-jwt</artifactId> <groupId>com.nimbusds</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-column</artifactId> <version>1.14.2</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>io.netty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.codehaus.jettison</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>javax.servlet.jsp</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.curator</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.zookeeper</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.kerby</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.protobuf</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.yaml</groupId> </exclusion> <exclusion> <artifactId>json-smart</artifactId> <groupId>net.minidev</groupId> </exclusion> <exclusion> <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> <exclusion> <artifactId>hadoop-hdfs-client</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>dnsjava</artifactId> <groupId>dnsjava</groupId> </exclusion> <exclusion> <artifactId>nimbus-jose-jwt</artifactId> <groupId>com.nimbusds</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-hadoop</artifactId> <version>1.14.2</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>io.netty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.codehaus.jettison</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>javax.servlet.jsp</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.curator</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.zookeeper</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.kerby</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.protobuf</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.yaml</groupId> </exclusion> <exclusion> <artifactId>json-smart</artifactId> <groupId>net.minidev</groupId> </exclusion> <exclusion> <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> <exclusion> <artifactId>hadoop-hdfs-client</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>dnsjava</artifactId> <groupId>dnsjava</groupId> </exclusion> <exclusion> <artifactId>nimbus-jose-jwt</artifactId> <groupId>com.nimbusds</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> <version>3.4.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>io.netty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.codehaus.jettison</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>javax.servlet.jsp</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.curator</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.zookeeper</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.kerby</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.protobuf</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.yaml</groupId> </exclusion> <exclusion> <artifactId>json-smart</artifactId> <groupId>net.minidev</groupId> </exclusion> <exclusion> <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> <exclusion> <artifactId>hadoop-hdfs-client</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>dnsjava</artifactId> <groupId>dnsjava</groupId> </exclusion> <exclusion> <artifactId>nimbus-jose-jwt</artifactId> <groupId>com.nimbusds</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-core</artifactId> <version>3.4.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>io.netty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.codehaus.jettison</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>javax.servlet.jsp</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.curator</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.zookeeper</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.kerby</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.protobuf</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.yaml</groupId> </exclusion> <exclusion> <artifactId>json-smart</artifactId> <groupId>net.minidev</groupId> </exclusion> <exclusion> <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> <exclusion> <artifactId>hadoop-hdfs-client</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>dnsjava</artifactId> <groupId>dnsjava</groupId> </exclusion> <exclusion> <artifactId>nimbus-jose-jwt</artifactId> <groupId>com.nimbusds</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.lz4</groupId> <artifactId>lz4-java</artifactId> <version>1.8.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>io.netty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.codehaus.jettison</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>javax.servlet.jsp</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.curator</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.zookeeper</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.kerby</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.protobuf</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.yaml</groupId> </exclusion> <exclusion> <artifactId>json-smart</artifactId> <groupId>net.minidev</groupId> </exclusion> <exclusion> <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> <exclusion> <artifactId>hadoop-hdfs-client</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>dnsjava</artifactId> <groupId>dnsjava</groupId> </exclusion> <exclusion> <artifactId>nimbus-jose-jwt</artifactId> <groupId>com.nimbusds</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.jsqlparser</groupId> <artifactId>jsqlparser</artifactId> <version>5.1-SNAPSHOT</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>io.netty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.codehaus.jettison</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>javax.servlet.jsp</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.sun.jersey</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.curator</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.zookeeper</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.apache.kerby</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>com.google.protobuf</groupId> </exclusion> <exclusion> <artifactId>*</artifactId> <groupId>org.yaml</groupId> </exclusion> <exclusion> <artifactId>json-smart</artifactId> <groupId>net.minidev</groupId> </exclusion> <exclusion> <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> <exclusion> <artifactId>hadoop-hdfs-client</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <artifactId>dnsjava</artifactId> <groupId>dnsjava</groupId> </exclusion> <exclusion> <artifactId>nimbus-jose-jwt</artifactId> <groupId>com.nimbusds</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>