| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.gojek.parquet |
| ArtifactId | ArtifactIdparquet-cli |
| Last Version | Last Version1.11.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Parquet Command-line
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-cli-1.11.9.pom | |
| parquet-cli-1.11.9.jar | 139 KB |
| parquet-cli-1.11.9-tests.jar | 26 KB |
| parquet-cli-1.11.9-sources.jar | 74 KB |
| parquet-cli-1.11.9-runtime.jar | 33 MB |
| parquet-cli-1.11.9-javadoc.jar | 227 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gojek.parquet/parquet-cli/ -->
<dependency>
<groupId>com.gojek.parquet</groupId>
<artifactId>parquet-cli</artifactId>
<version>1.11.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-cli/
implementation 'com.gojek.parquet:parquet-cli:1.11.9'
// https://jarcasting.com/artifacts/com.gojek.parquet/parquet-cli/
implementation ("com.gojek.parquet:parquet-cli:1.11.9")
'com.gojek.parquet:parquet-cli:jar:1.11.9'
<dependency org="com.gojek.parquet" name="parquet-cli" rev="1.11.9">
<artifact name="parquet-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gojek.parquet', module='parquet-cli', version='1.11.9')
)
libraryDependencies += "com.gojek.parquet" % "parquet-cli" % "1.11.9"
[com.gojek.parquet/parquet-cli "1.11.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.gojek.parquet : parquet-avro | jar | 1.11.9 |
| org.apache.avro : avro | jar | 1.10.0 |
| com.github.luben : zstd-jni | jar | 1.4.0-1 |
| org.slf4j : slf4j-api | jar | 1.7.22 |
| net.sf.opencsv : opencsv | jar | 2.3 |
| org.apache.commons : commons-text | jar | 1.8 |
| com.gojek.parquet : parquet-jackson | jar | 1.11.9 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
| com.beust : jcommander | jar | 1.72 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.22 |
| com.google.guava : guava | jar | 27.0.1-jre |
| org.apache.hadoop : hadoop-client | jar | 2.10.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.easymock : easymock | jar | 3.4 |