
Answer-first summary for fast verification
Answer: foreachBatch()
The `foreachBatch()` method is specifically designed for Spark Streaming queries. It enables the execution of a custom function on the output data of every micro-batch. This method is called on a `DataStreamWriter` and is a powerful feature for processing streaming data. For more details, refer to the documentation on using the `foreachBatch()` method.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.