Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are analyzing the performance of a Spark streaming job using the Spark UI and notice that the event timeline shows a high number of late batches. What steps would you take to address this issue?
A
Increase the batch interval to reduce the processing load.
B
Optimize the data ingestion rate and ensure it matches the processing capacity of the cluster.
C
Reduce the number of executors to focus on processing efficiency.
D
Increase the memory allocation for the streaming job.