parquet-to-arrow

parquet-to-arrow is a Java library that convert from Parquet files to Apache Arrow

License

License

Categories

Categories

Net
GroupId

GroupId

net.wrap-trap
ArtifactId

ArtifactId

parquet-to-arrow
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

parquet-to-arrow
parquet-to-arrow is a Java library that convert from Parquet files to Apache Arrow
Project URL

Project URL

https://github.com/masayuki038/parquet-to-arrow
Source Code Management

Source Code Management

https://github.com/masayuki038/parquet-to-arrow

Download parquet-to-arrow

How to add to project

<!-- https://jarcasting.com/artifacts/net.wrap-trap/parquet-to-arrow/ -->
<dependency>
    <groupId>net.wrap-trap</groupId>
    <artifactId>parquet-to-arrow</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.wrap-trap/parquet-to-arrow/
implementation 'net.wrap-trap:parquet-to-arrow:0.3.0'
// https://jarcasting.com/artifacts/net.wrap-trap/parquet-to-arrow/
implementation ("net.wrap-trap:parquet-to-arrow:0.3.0")
'net.wrap-trap:parquet-to-arrow:jar:0.3.0'
<dependency org="net.wrap-trap" name="parquet-to-arrow" rev="0.3.0">
  <artifact name="parquet-to-arrow" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wrap-trap', module='parquet-to-arrow', version='0.3.0')
)
libraryDependencies += "net.wrap-trap" % "parquet-to-arrow" % "0.3.0"
[net.wrap-trap/parquet-to-arrow "0.3.0"]

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.parquet : parquet-hadoop jar 1.10.1-palantir.3-1-g7e35007
org.apache.parquet : parquet-arrow jar 1.10.1-palantir.3-1-g7e35007
org.apache.hadoop : hadoop-common jar 2.8.1
org.apache.hadoop : hadoop-mapreduce-client-core jar 2.8.1
com.google.guava : guava jar 19.0
org.apache.arrow : arrow-format jar 0.11.0
org.apache.arrow : arrow-memory jar 0.11.0
org.apache.arrow : arrow-vector jar 0.11.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

parquet-to-arrow

parquet-to-arrow is a convertion library from Parquet files to Apache Arrow in Java.

Required Properties

  • HADOOP_HOME or hadoop_home_dir
    • Add "-Dhadoop.home.dir=(Your ${HADOOP_HOME} Path)" to VM parameters

Versions

Version
0.3.0
0.2.0
0.1.0