Answer Posted / Meena Singh
Spark Streaming processes live data streams by dividing the stream into batches and processing each batch using Spark's core functionality. The micro-batches are typically configured with a fixed interval, such as 1 second or 10 minutes, depending on the requirements of the specific application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers