Skip to main content
destination.json
{
"type": "PARQUET",
"writer": {
"local_path": "./mnt/config"
}
}
KeyData TypeExample ValueDescription & Possible Values
typestring"PARQUET"Specifies the output file format. Currently, only the Parquet format is supported.
writer.local_pathstring"./mnt/config"The directory in user's local machine where Parquet files will be stored.
writer.max_file_size_mbnumber512(Optional) Rolls a partition into a new parquet file once the current file reaches this size in MB. Fractional values are allowed. Defaults to 512 when unset. Accepts a positive number (integers e.g. 512, 128 or fractional e.g. 0.1 for 100KB).

Note: This configuration enables the Parquet local writer. For more details, check out the README section.



💡 Join the OLake Community!

Got questions, ideas, or just want to connect with other data engineers?
👉 Join our Slack Community to get real-time support, share feedback, and shape the future of OLake together. 🚀

Your success with OLake is our priority. Don’t hesitate to contact us if you need any help or further clarification!