[
https://issues.apache.org/jira/browse/TAJO-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14483075#comment-14483075
]
ASF GitHub Bot commented on TAJO-1537:
--------------------------------------
GitHub user superpiggy opened a pull request:
https://github.com/apache/tajo/pull/523
TAJO-1537: Implement a virtual table for sessions
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/superpiggy/tajo TAJO-1537
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/523.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 #523
----
commit 1eda15d0736f95bcab7e695e6d9122eb83ffd736
Author: Yongjin Choi <[email protected]>
Date: 2015-04-07T08:13:39Z
TAJO-1537: implement session virtual table
----
> Implement a virtual table for sessions
> --------------------------------------
>
> Key: TAJO-1537
> URL: https://issues.apache.org/jira/browse/TAJO-1537
> Project: Tajo
> Issue Type: New Feature
> Components: tajo master
> Reporter: Yongjin Choi
> Assignee: Yongjin Choi
> Priority: Minor
>
> Most databases provide a way to get information about active sessions (e.g.,
> pg_stat_activity in postgresql, processlist in mysql, v$session in oracle,
> and so on).
> But, tajo does not have such table yet.
> Implementing session virtual table would be helpful to monitoring and
> administration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)