- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Challenging issues solved on spark
- Labels:
-
Apache Hive
-
Apache Spark
-
Apache YARN
Created on ‎05-15-2024 11:02 AM - edited ‎05-15-2024 11:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello All,
Can anyone provide me the most challenging real time issues solved on Spark, YARN and Hive ?
@RangaReddy
Created ‎05-27-2024 03:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuning Spark jobs to minimize execution time and resource usage. Handling out-of-memory errors and optimizing memory allocation. Addressing issues where a disproportionate amount of work is done by a small number of tasks. Ensuring Spark applications can recover gracefully from worker failures. Efficiently distributing resources among various applications running in a cluster. Managing the lifecycle of containers that execute application tasks.
Created ‎06-01-2024 11:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you
