Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 05:20 AM
Hi @Nagarathna, a couple of questions here...
- What error is the job returning after the 2 hours execution?
- What is the data source we are talking about? Are you trying to load data from a database, another warehouse, a bunch of csv/json/excel files?
- How are you chunking the data? (if you could give a code example...)
- Are there any resource bottlenecks visible in the Spark UI (e.g., memory, CPU, disk, network)?
- Do you see any relevant warnings or errors in the Spark executor/driver logs before the failure?
- The cluster is fix sized with 4 workers or auto-scale is enabled?