flink-extended / flink-remote-shuffle

Remote Shuffle Service for Flink
Apache License 2.0
191 stars 57 forks source link

Provide a simple web UI #10

Open wsry opened 2 years ago

wsry commented 2 years ago

Motivation

Web UI is a simple way to improve usability. It can offer some system state and information, like metrics, ShuffleManager/ShuffleWorker information and so on. It can also supply some useful tools for shuffle cluster management, for example, removing/adding workers and so on.

Changes

Add some simple web pages to show ShuffleManager/ShuffleWorker information and to manage shuffle cluster.

Test