You can download parquet-thrift-1.8.2.jar in this page.
Apache Open Source
parquet-thrift-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-thrift/pom.properties META-INF/maven/org.apache.parquet/parquet-thrift/pom.xml org.apache.parquet.hadoop.thrift.AbstractThriftWriteSupport.class org.apache.parquet.hadoop.thrift.ParquetThriftBytesOutputFormat.class org.apache.parquet.hadoop.thrift.ParquetThriftInputFormat.class org.apache.parquet.hadoop.thrift.ParquetThriftOutputFormat.class org.apache.parquet.hadoop.thrift.TBaseWriteSupport.class org.apache.parquet.hadoop.thrift.ThriftBytesWriteSupport.class org.apache.parquet.hadoop.thrift.ThriftReadSupport.class org.apache.parquet.hadoop.thrift.ThriftToParquetFileWriter.class org.apache.parquet.hadoop.thrift.ThriftWriteSupport.class org.apache.parquet.thrift.BufferedProtocolReadToWrite.class org.apache.parquet.thrift.ConvertedField.class org.apache.parquet.thrift.DecodingSchemaMismatchException.class org.apache.parquet.thrift.FieldIgnoredHandler.class org.apache.parquet.thrift.KeepOnlyFirstPrimitiveFilter.class org.apache.parquet.thrift.ParquetProtocol.class org.apache.parquet.thrift.ParquetReadProtocol.class org.apache.parquet.thrift.ParquetWriteProtocol.class org.apache.parquet.thrift.ProtocolPipe.class org.apache.parquet.thrift.ProtocolReadToWrite.class org.apache.parquet.thrift.SkippableException.class org.apache.parquet.thrift.TBaseRecordConverter.class org.apache.parquet.thrift.ThriftMetaData.class org.apache.parquet.thrift.ThriftParquetReader.class org.apache.parquet.thrift.ThriftParquetWriter.class org.apache.parquet.thrift.ThriftReader.class org.apache.parquet.thrift.ThriftRecordConverter.class org.apache.parquet.thrift.ThriftSchemaConvertVisitor.class org.apache.parquet.thrift.ThriftSchemaConverter.class org.apache.parquet.thrift.pig.ParquetThriftStorer.class org.apache.parquet.thrift.pig.TupleToThriftWriteSupport.class org.apache.parquet.thrift.projection.FieldProjectionFilter.class org.apache.parquet.thrift.projection.FieldsPath.class org.apache.parquet.thrift.projection.StrictFieldProjectionFilter.class org.apache.parquet.thrift.projection.ThriftProjectionException.class org.apache.parquet.thrift.projection.amend.DefaultEventsVisitor.class org.apache.parquet.thrift.projection.amend.DefaultProtocolEventsGenerator.class org.apache.parquet.thrift.projection.amend.ProtocolEventsAmender.class org.apache.parquet.thrift.projection.amend.ReadFieldBeginProtocol.class org.apache.parquet.thrift.projection.deprecated.DeprecatedFieldProjectionFilter.class org.apache.parquet.thrift.projection.deprecated.PathGlobPattern.class org.apache.parquet.thrift.struct.CompatibilityChecker.class org.apache.parquet.thrift.struct.CompatibilityReport.class org.apache.parquet.thrift.struct.CompatibilityRunner.class org.apache.parquet.thrift.struct.CompatibleCheckerVisitor.class org.apache.parquet.thrift.struct.JSON.class org.apache.parquet.thrift.struct.State.class org.apache.parquet.thrift.struct.ThriftField.class org.apache.parquet.thrift.struct.ThriftType.class org.apache.parquet.thrift.struct.ThriftTypeID.class
parquet-thrift-1.8.2.pom file content.
<?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/maven-v4_0_0.xsd"> <parent> <artifactId>parquet</artifactId> <groupId>org.apache.parquet</groupId> <version>1.8.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>parquet-thrift</artifactId> <name>Apache Parquet Thrift</name> <url>https://parquet.apache.org</url> <build> <plugins> <plugin> <artifactId>maven-enforcer-plugin</artifactId> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.thrift.tools</groupId> <artifactId>maven-thrift-plugin</artifactId> <version>0.1.10</version> <executions> <execution> <id>thrift-sources</id> <phase>generate-test-sources</phase> <goals> <goal>testCompile</goal> </goals> </execution> </executions> <configuration> <thriftExecutable>${thrift.executable}</thriftExecutable> </configuration> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-column</artifactId> <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-hadoop</artifactId> <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> <version>2.3.0</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>hadoop-common</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>hadoop-hdfs</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>hadoop-mapreduce-client-app</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>hadoop-yarn-api</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>hadoop-mapreduce-client-core</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>hadoop-mapreduce-client-jobclient</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> <exclusion> <artifactId>hadoop-annotations</artifactId> <groupId>org.apache.hadoop</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.twitter.elephantbird</groupId> <artifactId>elephant-bird-core</artifactId> <version>4.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.twitter.elephantbird</groupId> <artifactId>elephant-bird-pig</artifactId> <version>4.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-jackson</artifactId> <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-column</artifactId> <version>1.8.2</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-pig</artifactId> <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.pig</groupId> <artifactId>pig</artifactId> <version>0.13.0</version> <classifier>h2</classifier> <scope>provided</scope> <exclusions> <exclusion> <artifactId>commons-cli</artifactId> <groupId>commons-cli</groupId> </exclusion> <exclusion> <artifactId>xmlenc</artifactId> <groupId>xmlenc</groupId> </exclusion> <exclusion> <artifactId>commons-net</artifactId> <groupId>commons-net</groupId> </exclusion> <exclusion> <artifactId>jetty</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>jetty-util</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>jasper-runtime</artifactId> <groupId>tomcat</groupId> </exclusion> <exclusion> <artifactId>jasper-compiler</artifactId> <groupId>tomcat</groupId> </exclusion> <exclusion> <artifactId>jsp-api-2.1</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>jsp-2.1</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>commons-el</artifactId> <groupId>commons-el</groupId> </exclusion> <exclusion> <artifactId>jets3t</artifactId> <groupId>net.java.dev.jets3t</groupId> </exclusion> <exclusion> <artifactId>servlet-api-2.5</artifactId> <groupId>org.mortbay.jetty</groupId> </exclusion> <exclusion> <artifactId>kfs</artifactId> <groupId>net.sf.kosmosfs</groupId> </exclusion> <exclusion> <artifactId>hsqldb</artifactId> <groupId>hsqldb</groupId> </exclusion> <exclusion> <artifactId>oro</artifactId> <groupId>oro</groupId> </exclusion> <exclusion> <artifactId>ST4</artifactId> <groupId>org.antlr</groupId> </exclusion> <exclusion> <artifactId>avro</artifactId> <groupId>org.apache.avro</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>1.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>antlr-runtime</artifactId> <version>3.4</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>stringtemplate</artifactId> <groupId>org.antlr</groupId> </exclusion> <exclusion> <artifactId>antlr</artifactId> <groupId>antlr</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> <version>0.7.0</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>servlet-api</artifactId> <groupId>javax.servlet</groupId> </exclusion> <exclusion> <artifactId>httpclient</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.5</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>log4j</artifactId> <groupId>log4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>3.2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>cglib-nodep</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>objenesis</artifactId> <groupId>org.objenesis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> <version>3.0.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> <groupId>commons-logging</groupId> </exclusion> </exclusions> </dependency> </dependencies> <properties> <elephant-bird.version>4.4</elephant-bird.version> </properties> </project>
<dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-thrift</artifactId> <version>1.8.2</version> </dependency>
If you think the following parquet-thrift-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-thrift-1.8.2.jar file