License |
License |
---|---|
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIdparquet-hadoop-bundle |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Parquet Hadoop Bundle (Incubating)
Parquet is a columnar storage format that supports nested data. This provides the java implementation.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
parquet-hadoop-bundle-1.6.0.pom | |
parquet-hadoop-bundle-1.6.0.jar | 2 MB |
parquet-hadoop-bundle-1.6.0-tests.jar | 1 KB |
parquet-hadoop-bundle-1.6.0-sources.jar | 532 bytes |
parquet-hadoop-bundle-1.6.0-javadoc.jar | 334 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/parquet-hadoop-bundle/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>parquet-hadoop-bundle</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/parquet-hadoop-bundle/
implementation 'com.twitter:parquet-hadoop-bundle:1.6.0'
// https://jarcasting.com/artifacts/com.twitter/parquet-hadoop-bundle/
implementation ("com.twitter:parquet-hadoop-bundle:1.6.0")
'com.twitter:parquet-hadoop-bundle:jar:1.6.0'
<dependency org="com.twitter" name="parquet-hadoop-bundle" rev="1.6.0">
<artifact name="parquet-hadoop-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='parquet-hadoop-bundle', version='1.6.0')
)
libraryDependencies += "com.twitter" % "parquet-hadoop-bundle" % "1.6.0"
[com.twitter/parquet-hadoop-bundle "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.easymock : easymock | jar | 3.2 |
commons-httpclient : commons-httpclient | jar | 3.0.1 |