[
https://issues.apache.org/jira/browse/HIVE-21443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16805191#comment-16805191
]
Gopal V commented on HIVE-21443:
--------------------------------
[~pvary]: the failed tests are related.
{code}
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[sysdb]
Failing for the past 1 build (Since Failed#16745 )
Took 59 sec.
Error Message
Client Execution succeeded but contained differences (error code = 1) after
executing sysdb.q
4810,4811c4810,4811
< 4 default default scr_txn NULL major initiated NULL NULL NULL NULL NULL NULL
NULL
< 5 default default scr_txn_2 NULL minor initiated NULL NULL NULL NULL NULL
NULL NULL
---
> 1 default default scr_txn NULL major initiated NULL NULL NULL NULL NULL NULL
> NULL
> 2 default default scr_txn_2 NULL minor initiated NULL NULL NULL NULL NULL
> NULL NULL
5047,5048c5047,5048
< 4 default default scr_txn NULL major initiated NULL NULL NULL NULL NULL NULL
NULL
< 5 default default scr_txn_2 NULL minor initiated NULL NULL NULL NULL NULL
NULL NULL
---
> 1 default default scr_txn NULL major initiated NULL NULL NULL NULL NULL NULL
> NULL
> 2 default default scr_txn_2 NULL minor initiated NULL NULL NULL NULL NULL
> NULL NULL
{code}
[~kgyrtkirk]: I'll check in an addendum.
> Better usability for SHOW COMPACTIONS
> -------------------------------------
>
> Key: HIVE-21443
> URL: https://issues.apache.org/jira/browse/HIVE-21443
> Project: Hive
> Issue Type: Improvement
> Components: Transactions
> Reporter: Todd Lipcon
> Assignee: Peter Vary
> Priority: Major
> Attachments: HIVE-21443.patch
>
>
> Currently on a test cluster the output of 'SHOW COMPACTIONS' has 117k rows.
> This makes it basically useless to work with.
> For better usability, we should support syntax like 'SHOW COMPACTIONS IN
> <database>' or maybe 'SHOW COMPACTIONS ON <table>' (particular syntax to be
> chosen for consistency with other operations I suppose).
> Alternatively (or maybe in addition) it seems like it would be nice to expose
> the same data in a queryable table (eg in information_schema or a system
> namespace) so that I could do things like: SELECT dbname, state, count(*)
> from compactions group by 1,2;
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)