Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 389 Bytes

iceberg-table-generator

Usage

./gradlew run --args="--warehouse <warehouse-path> [--conf <hadoop-conf-key>=<value> ]"

Default warehouse path is $HOME/warehouse.

GCP

Path to your JSON keyfile needs to be provided:

./gradlew run --args="--warehouse gs://path/to/warehouse --conf google.cloud.auth.service.account.json.keyfile=/path/to/keyfile.json"