BigData / Apache StreamPark Interview questions
What is StreamPark Console?
StreamPark Console is the web-based operations half of the platform — a low-code UI for managing the full lifecycle of Flink (and Spark) jobs without hand-writing submission scripts.
From the console you can compile a project pulled from a git repository, publish a build, configure startup parameters, start or stop a job, trigger a savepoint, edit and run Flink SQL, inspect a flame graph for a running operator, and watch job health — all from one screen.
It's built as a Spring Boot backend with a Vue and Ant Design Vue frontend, and it's the piece that turns StreamPark from "a coding framework" into a genuine one-stop platform a whole team, not just the original job author, can use to operate jobs in production.
More Related questions...