How is Streaming executed in Spark? Clarify with precedents.
Answer Posted / Shagufta Pravin
Spark Streaming processes real-time data, such as live social media feeds or sensor data. It does so by creating a Discretized Stream (DStream) from an input source (like Kafka or Kinesis). The DStream is then transformed and aggregated using Spark Transformations and Actions before being processed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers