parquet-hive-binding-factory
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.twitter</groupId> <artifactId>parquet-hive-binding-factory</artifactId> <version>1.2.9</version> </dependency>
<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.2.9</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>parquet-hive-binding-factory</artifactId> <name>Parquet Hive Binding Factory</name> <packaging>jar</packaging> <dependencies> <dependency> <groupId>com.twitter</groupId> <artifactId>parquet-common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>parquet-hive-0.10-binding</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>parquet-hive-0.12-binding</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>parquet-hive-binding-interface</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-core</artifactId> <version>${hadoop.version}</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> </plugin> </plugins> </build> </project>