mirror of
https://github.com/apache/impala.git
synced 2026-02-01 03:00:22 -05:00
Add a 'backends' tab to query details pages which shows: * host * total number of fragment instances for that query on that backend * number of still-running fragment instances * if the backend is complete (i.e. all instances finished) * peak memory consumption * the time, in ms, since a status report was received at the * coordinator from that backend. The table refreshes itself every second, controllable by a check-box. If the query has completed, no information is displayed. Testing: Add a new smoketest to test_web_pages.py. Change-Id: Ib5b3b0fb8f4188da56da593199f41ce6fab99767 Reviewed-on: http://gerrit.cloudera.org:8080/7711 Reviewed-by: Dan Hecht <dhecht@cloudera.com> Tested-by: Impala Public Jenkins