GitHub user ykrips opened a pull request:
https://github.com/apache/tajo/pull/366
TAJO-1135: Implement queryable virtual table for cluster information
This virtual table will be shown like following.
```
information_schema> select * from workers;
host, port, type, status, total_cpu, used_mem, total_mem, free_heap,
max_heap, used_diskslots, total_diskslots, running_tasks, heartbeat
-------------------------------
hostnameA, 28093, QueryMaster, RUNNING, , , , 130004408, 932118528,
, , 0, 2015-01-29 17:09:18.859999
hostnameA, 28091, Worker, RUNNING, 1, 0, 1024, 130004408,
932118528, 0.0, 1.0, 0, 2015-01-29 17:09:18.859999
(2 rows, 0.025 sec, 0 B selected)
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ykrips/tajo TAJO-1135
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/366.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 #366
----
commit 0217440de6bfeac45a175663dec23bd732b22904
Author: Jihun Kang <[email protected]>
Date: 2015-01-29T08:16:18Z
TAJO-1135: Implement queryable virtual table for cluster information
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---