How is Streaming executed in Spark? Clarify with precedents.
Answer / 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 |
What is the distinction among continue() and store()?
Is pyspark a language?
Why do we need pyspark?
What is the difference between apache spark and pyspark?
Explain about the parts of Spark Architecture?
How would you determine the quantity of parcels while making a RDD? What are the capacities?
Notice a few Transformations and Actions?
What is the connection between Job, Task, Stage ?
What is the use of pyspark?
How is Spark SQL not the same as HQL and SQL?
What is Sliding Window?
What is DStream?