Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Compass currently serves as a big data task diagnostic platform, aiding cluster administrators and developers in macro or specific task diagnostics. However, potential challenges in our scenario include:
Integrating Compass's core capabilities into Spark Web UI or Flink Web UI could address these challenges.
For future developments, consider:
Refactoring
task-flink-coreinto a module devoid of spring-related classes, moving all spring-boot-related functionalities totask-flink. Thetask-parsermodule can function as an independent, spring-related class-freetask-parser-coremodule.Introducing an
extensionsmodule to provide plugins for various computing engines (e.g., Spark, Flink), enabling task diagnostic capabilities in HistoryServer, Spark Driver, and Flink JobManager, showcased in the native web UIs of these open-source computing engines.By adopting a plugin-based approach akin to Apache Gluten (Incubator), Compass can offer history-based task diagnostic/optimization capabilities out of the box, allowing both regular users and cluster administrators to benefit from its core diagnostic features through simple configurations.
Beta Was this translation helpful? Give feedback.
All reactions