| License |
License |
|---|---|
| GroupId | GroupIdcom.gojek.parquet |
| ArtifactId | ArtifactIdparquet-hadoop |
| Last Version | Last Version1.11.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Parquet Hadoop
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-1.11.9.pom | |
| parquet-hadoop-1.11.9.jar | 554 KB |
| parquet-hadoop-1.11.9-tests.jar | 368 KB |
| parquet-hadoop-1.11.9-sources.jar | 262 KB |
| parquet-hadoop-1.11.9-javadoc.jar | 885 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hadoop/ -->
<dependency>
<groupId>com.gojek.parquet</groupId>
<artifactId>parquet-hadoop</artifactId>
<version>1.11.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hadoop/
implementation 'com.gojek.parquet:parquet-hadoop:1.11.9'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-hadoop/
implementation ("com.gojek.parquet:parquet-hadoop:1.11.9")
'com.gojek.parquet:parquet-hadoop:jar:1.11.9'
<dependency org="com.gojek.parquet" name="parquet-hadoop" rev="1.11.9">
<artifact name="parquet-hadoop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet-hadoop', version='1.11.9')
)
libraryDependencies += "com.gojek.parquet" % "parquet-hadoop" % "1.11.9"
[com.gojek.parquet/parquet-hadoop "1.11.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.gojek.parquet : parquet-column | jar | 1.11.9 |
| com.gojek.parquet : parquet-format-structures | jar | 1.11.9 |
| com.gojek.parquet : parquet-jackson | jar | 1.11.9 |
| org.xerial.snappy : snappy-java | jar | 1.1.8 |
| commons-pool : commons-pool | jar | 1.6 |
| com.github.rdblue » brotli-codec Optional | jar | 0.1.1 |
| com.github.luben : zstd-jni | jar | 1.4.0-1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.hadoop : hadoop-client | jar | 2.10.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.gojek.parquet : parquet-column | test-jar | 1.11.9 |
| com.google.guava : guava | jar | 27.0.1-jre |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.slf4j : slf4j-simple | jar | 1.7.22 |
| com.squareup.okhttp3 : okhttp | jar | 4.6.0 |
| junit : junit | jar | 4.13.1 |
| org.easymock : easymock | jar | 3.4 |