Skip to content

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

@hugues31

Description

@hugues31

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)
  • ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions