Jar examples for p:parquet-format
Parquet is a columnar storage format that supports nested data. This provides all generated metadata code.
You can download jar file parquet-format 2.1.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add parquet-format-2.1.0.jar to your project.
<dependency> <groupId>com.twitter</groupId> <artifactId>parquet-format</artifactId> <version>2.1.0</version> </dependency>
compile group: 'com.twitter', name: 'parquet-format', version: '2.1.0'
libraryDependencies += "com.twitter" % "parquet-format" % "2.1.0"
<dependency org="com.twitter" name="parquet-format" rev="2.1.0"/>
@Grapes(@Grab(group='com.twitter', module='parquet-format', version='2.1.0'))
'com.twitter:parquet-format:jar:2.1.0'
Click the following link to download the jar file.
parquet-format-2.1.0-javadoc.jar