____ in Apache Spark is used for processing large scale streaming data in real-time.

  • Spark Batch
  • Spark Streaming
  • Spark Structured Streaming
  • SparkML
Spark Structured Streaming in Apache Spark is used for processing large-scale streaming data in real-time. It provides a high-level API for stream processing with the same underlying engine as batch processing, offering ease of use and fault-tolerance.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *