uncleGen opened a new pull request #26201: [SPARK-29543][SS][UI] Init structured streaming ui URL: https://github.com/apache/spark/pull/26201 ### What changes were proposed in this pull request? - Add two pages - "/sql/streaming": Streaming Query Page, providing some aggregate information for running/complete streaming queries. - "/sql/streaming/statistics": Streaming Query Statistics Page, providing detailed information for streaming query, including `Input Rate`, `Process Rate`, `Input Rows`, `Batch Duration` and `Operation Duration` - Add two new metric `totalInputRecords` and `batchDuration` - Add two html resource files: `streaming-page.css` and `streaming-page.js`     ### Why are the changes needed? It helps users to better monitor Structured Streaming job. ### Does this PR introduce any user-facing change? No ### How was this patch tested? Existing UT and manual test
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
