Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add option to split output into multiple files #44

Open
hugues31 opened this issue Mar 26, 2024 · 0 comments
Open

[Feature] Add option to split output into multiple files #44

hugues31 opened this issue Mar 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hugues31
Copy link
Contributor

Add one or multiple options to allow user specify a strategy to split the dataset among multiple files.

It could be great for example to have :

info:
    output_name: test
    output_format: parquet
    rows: 2_000_000
    files: 5

So each file will contains approx. 2M/5 = 400k rows.

We could have parameters like:

  • files : described above
  • target_size : split when the file is above a certain threshold (to test HDFS optimal block size for example)
  • ...
@vianneybacoup vianneybacoup added the enhancement New feature or request label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants