Skip to content

Release 1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 13:29

Parquetify

  • changed the structure of setting hadoop configurations

Old:

"hadoopConfigs": {
    "parquet.compression": "UNCOMPRESSED",
    "parquet.enable.dictionary": "true",
    "parquet.page.size": "1048576"
}

New:

  "hadoop": {
    "options": {
      "parquet.compression": "UNCOMPRESSED",
      "parquet.enable.dictionary": "true",
      "parquet.page.size": "1048576"
    }