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.2.0-rc1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add parquet-format-2.2.0-rc1.jar to your project.
<dependency> <groupId>com.twitter</groupId> <artifactId>parquet-format</artifactId> <version>2.2.0-rc1</version> </dependency>
compile group: 'com.twitter', name: 'parquet-format', version: '2.2.0-rc1'
libraryDependencies += "com.twitter" % "parquet-format" % "2.2.0-rc1"
<dependency org="com.twitter" name="parquet-format" rev="2.2.0-rc1"/>
@Grapes(@Grab(group='com.twitter', module='parquet-format', version='2.2.0-rc1'))
'com.twitter:parquet-format:jar:2.2.0-rc1'
Click the following link to download the jar file.
parquet-format-2.2.0-rc1-javadoc.jar