Skip to content

Instantly share code, notes, and snippets.

@dacci
Created November 20, 2021 00:10
Show Gist options
  • Select an option

  • Save dacci/de0d5f8f17bce6fbecd072fb10a20c1e to your computer and use it in GitHub Desktop.

Select an option

Save dacci/de0d5f8f17bce6fbecd072fb10a20c1e to your computer and use it in GitHub Desktop.
parquet-cli
plugins {
id 'java'
id 'application'
}
repositories {
mavenLocal()
mavenCentral()
}
dependencies {
runtimeOnly 'org.apache.parquet:parquet-cli:1.+'
runtimeOnly 'org.apache.hadoop:hadoop-client:2.+'
}
application {
mainClass = 'org.apache.parquet.cli.Main'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment