Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 11:10 PM
Hi,
I have solved the problem with the same workers and driver.
In my case data skewness was the problem.
Adding repartition to the dataframe just before writing, evenly distributed the data across the nodes and this stage failure resolved.
Thanks @Retired_mod for your insoghts.