Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 03:17 AM
Her you can find some info.
Basically it boils down to: reading a file = overhead.
You want to minimize overhead without stressing the workers too much (gigantic partitions).
https://medium.com/globant/how-to-solve-a-large-number-of-small-files-problem-in-spark-21f819eb36d3
In this article, I shall tell you different ways to solve the large number of small files problem. This article will help Data Engineers to optimize the output storage of their Spark applications.