[
https://issues.apache.org/jira/browse/TRAFODION-2141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15408363#comment-15408363
]
ASF GitHub Bot commented on TRAFODION-2141:
-------------------------------------------
GitHub user anoopsharma00 opened a pull request:
https://github.com/apache/incubator-trafodion/pull/641
[JIRA TRAFODION-2141] Cluster view of hbase stats
-- added column REGION_SERVER to region stats virtual table
-- added cluster view of hbase stats
Syntax: select * from table(cluster stats());
-- added support for 'where' pred in stats queries
Syntax: select * from table(cluster stats()) where schema_name = 'SCH';
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anoopsharma00/incubator-trafodion
ansharma_regstats_br
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/641.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #641
----
commit 92c845312d1d3bff885cdc5fe92a89d526748377
Author: Anoop Sharma <[email protected]>
Date: 2016-08-04T19:28:21Z
[JIRA TRAFODION-2141] Cluster view of hbase stats
-- added column REGION_SERVER to region stats virtual table
-- added cluster view of hbase stats
Syntax: select * from table(cluster stats());
-- added support for 'where' pred in stats queries
Syntax: select * from table(cluster stats()) where schema_name = 'SCH';
----
> Provide cluster view of region stats over all regions.
> ------------------------------------------------------
>
> Key: TRAFODION-2141
> URL: https://issues.apache.org/jira/browse/TRAFODION-2141
> Project: Apache Trafodion
> Issue Type: Improvement
> Reporter: Anoop Sharma
> Assignee: Anoop Sharma
> Priority: Minor
>
> Add support to return hbase stats over all regions and region
> servers by providing cluster view of returned stats.
> In addition, add a new column, region_server, to current region
> stats virtual table.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)