Which component of Apache Spark allows it to efficiently process streaming data?

  • Spark GraphX
  • Spark MLlib
  • Spark SQL
  • Spark Streaming
Spark Streaming is the component of Apache Spark that enables the efficient processing of streaming data. It provides a high-level API for stream processing, allowing real-time analysis of data streams in the Spark framework.
Add your answer
Loading...

Leave a comment

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