You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jaehwa Jung (JIRA)" <ji...@apache.org> on 2014/09/23 10:23:35 UTC

[jira] [Created] (TAJO-1065) The \admin -cluster argument doesn't run as expected.

Jaehwa Jung created TAJO-1065:
---------------------------------

             Summary: 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
            Priority: Minor


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)