You can download parquet-avro-1.6.0.jar in this page.
Apache License
parquet-avro-1.6.0.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/com.twitter/parquet-avro/pom.properties META-INF/maven/com.twitter/parquet-avro/pom.xml parquet.avro.AvroDataSupplier.class parquet.avro.AvroIndexedRecordConverter.class parquet.avro.AvroParquetInputFormat.class parquet.avro.AvroParquetOutputFormat.class parquet.avro.AvroParquetReader.class parquet.avro.AvroParquetWriter.class parquet.avro.AvroReadSupport.class parquet.avro.AvroRecordMaterializer.class parquet.avro.AvroSchemaConverter.class parquet.avro.AvroWriteSupport.class parquet.avro.SpecificDataSupplier.class
parquet-avro-1.6.0.pom file content.
<!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <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"> <parent> <groupId>com.twitter</groupId> <artifactId>parquet</artifactId> <relativePath>../pom.xml</relativePath> <version>1.6.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>parquet-avro</artifactId> <packaging>jar</packaging> <name>Apache Parquet Avro (Incubating)</name> <url>https://parquet.incubator.apache.org</url> <properties> <avro.version>1.7.6</avro.version> </properties> <dependencies> <dependency> <groupId>com.twitter</groupId> <artifactId>parquet-column</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>parquet-hadoop</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>parquet-format</artifactId> <version>${parquet.format.version}</version> </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> <version>${avro.version}</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> <version>${hadoop.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>11.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>parquet-column</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-enforcer-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.avro</groupId> <artifactId>avro-maven-plugin</artifactId> <version>${avro.version}</version> <executions> <execution> <phase>generate-test-sources</phase> <goals> <goal>idl-protocol</goal> </goals> <configuration> <sourceDirectory>${project.basedir}/src/test/resources</sourceDirectory> <outputDirectory>${project.build.directory}/generated-test-sources</outputDirectory> <stringType>String</stringType> </configuration> </execution> </executions> </plugin> <plugin> <!-- Ensure that the specific classes are available during test compile but not included in jar --> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.8</version> <executions> <execution> <id>add-test-sources</id> <phase>generate-test-sources</phase> <goals> <goal>add-test-source</goal> </goals> <configuration> <sources> <source>${project.build.directory}/generated-test-sources</source> </sources> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.twitter</groupId> <artifactId>parquet-avro</artifactId> <version>1.6.0</version> </dependency>
If you think the following parquet-avro-1.6.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download parquet-avro-1.6.0.jar file