jvsilva12600009 commented on code in PR #2268: URL: https://github.com/apache/datafusion-ballista/pull/2268#discussion_r3760772601
########## README.md: ########## @@ -118,6 +118,16 @@ See the [architecture guide](docs/source/contributors-guide/architecture.md) for The easiest way to get started is to run one of the standalone or distributed [examples](./examples/README.md). After that, refer to the [Getting Started Guide](ballista/client/README.md). +## Web Terminal User Interface (Web TUI) + +Ballista provides a browser-based Web TUI for monitoring a running cluster. It exposes the TUI views for jobs, executors, metrics, and scheduler information directly in a web browser. + + + +When the scheduler HTTP endpoint is available, opening the scheduler address in a browser, for example `http://localhost:50050`, redirects to the hosted Web TUI. Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
