[
https://issues.apache.org/jira/browse/TAJO-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14153212#comment-14153212
]
ASF GitHub Bot commented on TAJO-1065:
--------------------------------------
GitHub user eminency opened a pull request:
https://github.com/apache/tajo/pull/173
TAJO-1065: The \admin -cluster argument doesn't run as expected.
Worker status strings are fixed corresponding to information server
providing.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eminency/tajo TAJO-1065
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/173.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 #173
----
commit 2d4e08fc0a47495d2a476c8a7ca54679d645d827
Author: Jongyoung Park <[email protected]>
Date: 2014-09-30T14:10:24Z
cluster info displaying is fixed in Tsql
----
> The \admin -cluster argument doesn't run as expected.
> -----------------------------------------------------
>
> Key: TAJO-1065
> URL: https://issues.apache.org/jira/browse/TAJO-1065
> Project: Tajo
> Issue Type: Bug
> Components: cli
> Reporter: Jaehwa Jung
> Assignee: Jongyoung Park
> Priority: Minor
> Labels: newbie
>
> Currently, tajo command-line interface provides utilities for administrator.
> But the -cluster argument doesn't run as expected. It just print zero even
> thought there are one or more running daemons as follows:
> {code:xml}
> default> \admin -cluster;
> Query Master
> ============
> Live Dead Tasks
> ----- ----- -----
> 0 0 0
> Live QueryMasters
> =================
> No Live QueryMasters
> Worker
> ======
> Live Dead
> ----- -----
> 0 0
> Live Workers
> ============
> No Live Workers
> Dead Workers
> ============
> No Dead Workers
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)