BigData / Apache StreamPark Interview questions
What stream processing engines does StreamPark support?
StreamPark supports Apache Flink and Apache Spark as its two execution engines, with multi-version support for each so a team isn't locked to a single engine release.
Flink is the primary and most mature integration, covering streaming jobs end to end — DataStream, Flink SQL, and all of StreamPark's deployment modes. Spark support, added later in the project's history, lets the same console manage Spark batch and structured-streaming jobs alongside Flink jobs.
Because both engines run under one console, a team doing streaming ETL on Flink and periodic batch jobs on Spark doesn't need two separate operational tools.
More Related questions...