What is the core abstraction for data processing in Apache Flink?

  • DataFrame
  • DataSet
  • DataStream
  • RDD (Resilient Distributed Dataset)
The core abstraction for data processing in Apache Flink is the DataStream, which represents a stream of data elements and supports operations for transformations and aggregations over continuous data streams.
Add your answer
Loading...

Leave a comment

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