Repartition
Filter plugin : Repartitionâ
- Author: InterestingLab
- Homepage: https://interestinglab.github.io/seatunnel-docs
- Version: 1.0.0
Descriptionâ
Adjust the number of underlying spark rdd partition to increase or decrease degree of parallelism. This filter is mainly to adjust the data processing performance.
Optionsâ
name | type | required | default value |
---|---|---|---|
num_partitions | number | yes | - |
num_partitions [number]â
Target partition number.
Examplesâ
repartition {
num_partitions = 8
}