You can download parquet-avro-1.8.2.jar in this page.
Apache License
parquet-avro-1.8.2.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.apache.parquet/parquet-avro/pom.properties META-INF/maven/org.apache.parquet/parquet-avro/pom.xml org.apache.parquet.avro.AvroCompatRecordMaterializer.class org.apache.parquet.avro.AvroConverters.class org.apache.parquet.avro.AvroDataSupplier.class org.apache.parquet.avro.AvroIndexedRecordConverter.class org.apache.parquet.avro.AvroParquetInputFormat.class org.apache.parquet.avro.AvroParquetOutputFormat.class org.apache.parquet.avro.AvroParquetReader.class org.apache.parquet.avro.AvroParquetWriter.class org.apache.parquet.avro.AvroReadSupport.class org.apache.parquet.avro.AvroRecordConverter.class org.apache.parquet.avro.AvroRecordMaterializer.class org.apache.parquet.avro.AvroSchemaConverter.class org.apache.parquet.avro.AvroWriteSupport.class org.apache.parquet.avro.GenericDataSupplier.class org.apache.parquet.avro.ParentValueContainer.class org.apache.parquet.avro.ReflectDataSupplier.class org.apache.parquet.avro.SpecificDataSupplier.class stringBehavior.avsc
parquet-avro-1.8.2.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>org.apache.parquet</groupId> <artifactId>parquet</artifactId> <relativePath>../pom.xml</relativePath> <version>1.8.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>parquet-avro</artifactId> <packaging>jar</packaging> <name>Apache Parquet Avro</name> <url>https://parquet.apache.org</url> <dependencies> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-column</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-hadoop</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.parquet</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>it.unimi.dsi</groupId> <artifactId>fastutil</artifactId> <version>${fastutil.version}</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> <version>${hadoop.version}</version> <scope>provided</scope> <exclusions> <exclusion> <!-- this changes logger used in testing --> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>11.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-column</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>${slf4j.version}</version> <scope>test</scope> </dependency> </dependencies> <build> <resources> <resource> <directory>src/test/avro</directory> </resource> <resource> <directory>src/main/resources</directory> </resource> </resources> <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> <id>compile-avsc</id> <phase>generate-test-sources</phase> <goals> <goal>schema</goal> </goals> </execution> <execution> <id>compile-idl</id> <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>org.apache.parquet</groupId> <artifactId>parquet-avro</artifactId> <version>1.8.2</version> </dependency>
If you think the following parquet-avro-1.8.2.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.8.2.jar file