Download parquet-hive-binding-interface-1.6.0rc3.jar file

Introduction

You can download parquet-hive-binding-interface-1.6.0rc3.jar in this page.

License

Apache License

Type List

parquet-hive-binding-interface-1.6.0rc3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.twitter/parquet-hive-binding-interface/pom.properties
META-INF/maven/com.twitter/parquet-hive-binding-interface/pom.xml
parquet.hive.HiveBinding.class
parquet.hive.internal.AbstractHiveBinding.class

Pom

parquet-hive-binding-interface-1.6.0rc3.pom file content.

<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-hive-binding</artifactId>
    <relativePath>../pom.xml</relativePath>
    <version>1.6.0rc3</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>

  <artifactId>parquet-hive-binding-interface</artifactId>
  <name>Parquet Hive Binding Interface</name>
  <packaging>jar</packaging>

  <dependencies>
    <dependency>
      <groupId>org.apache.hadoop</groupId>
      <artifactId>hadoop-client</artifactId>
      <version>${hadoop.version}</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
      </plugin>
    </plugins>
  </build>

</project>

POM Entry

<dependency>
   <groupId>com.twitter</groupId>
   <artifactId>parquet-hive-binding-interface</artifactId>
   <version>1.6.0rc3</version>
</dependency>

Download

If you think the following parquet-hive-binding-interface-1.6.0rc3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download parquet-hive-binding-interface-1.6.0rc3.jar file




PreviousNext

Related