Quanlong Huang has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/20985


Change subject: IMPALA-12780: Only show non-default options in the catalog 
operations page
......................................................................

IMPALA-12780: Only show non-default options in the catalog operations page

The details shown in the catalog operations page are too verbose. For
instance, for ExecDdlRequest, we show the string of TDdlQueryOptions:
  query_options=TDdlQueryOptions(sync_ddl:false, debug_action:,
lock_max_wait_time_s:300, kudu_table_reserve_seconds:0)
What really matters is the non-default options, e.g. if sync_ddl is set
to true, it should be shown.

This patch improve the details field to show only non-default options.

Also wraps the content of Query Id and Details columns so they can fit
into the table.

Change-Id: Ie62d4b9e4d357e02764e7a62f4dc107de602e1a5
---
M 
fe/src/main/java/org/apache/impala/catalog/monitor/CatalogOperationTracker.java
M www/catalog_operations.tmpl
2 files changed, 49 insertions(+), 22 deletions(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie62d4b9e4d357e02764e7a62f4dc107de602e1a5
Gerrit-Change-Number: 20985
Gerrit-PatchSet: 1
Gerrit-Owner: Quanlong Huang <[email protected]>

Reply via email to