Henry Robinson has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3680

Change subject: IMPALA-3881: General improvements to /queries page
......................................................................

IMPALA-3881: General improvements to /queries page

Make a couple of usability improvements to /queries:

1. Running / completed / waiting queries are now on different tabs

2. Query tables are now sortable, searchable and paginated.

The table improvements are due to the MIT-licensed DataTables
library (http://datatables.net), added in a separate commit.

The /queries* handler was rewritten to use the new QueryStateAccessor
interface, and now emits 'raw' values for time fields so that the table
can be sorted on those columns.

Change-Id: I987d1ab4f863ad81c1d08614eae730a308bd8433
---
M be/src/service/impala-http-handler.cc
M be/src/service/impala-http-handler.h
M be/src/service/impala-server.h
M be/src/service/query-state-accessor.cc
M www/common-header.tmpl
A www/fragment_locations.tmpl
M www/queries.tmpl
A www/queries_completed.tmpl
A www/queries_waiting.tmpl
A www/query_list_tabs.tmpl
10 files changed, 355 insertions(+), 191 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/80/3680/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3680
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I987d1ab4f863ad81c1d08614eae730a308bd8433
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Henry Robinson <[email protected]>

Reply via email to