Skip to content

Commit

Permalink
update hadoop paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Selfeer committed Nov 22, 2024
1 parent 6fe279e commit fcaa599
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions release-notes/1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Parquetify

- changed the structure of setting hadoop configurations


**Old:**

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

**New:**

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

0 comments on commit fcaa599

Please sign in to comment.