Add command-line interface for job management
---------------------------------------------

                 Key: HAMA-267
                 URL: https://issues.apache.org/jira/browse/HAMA-267
             Project: Hama
          Issue Type: New Feature
          Components: bsp
    Affects Versions: 0.2.0
            Reporter: Hyunsik Choi
             Fix For: 0.2.0


Through JobSubmissionProtocols, BSPJobClient provides getClusterStatus, 
getJobStatus, getAllJobs, killJob, and killTask methods that offer ways to 
obtain information and control already-submitted jobs. But, they have been only 
provided as APIs. For easy use, we need some kind of user-friend interface like 
command-line interface.

This commdand-line interface will mainly wrap methods provided by BSPJobClient. 
Thus, the interface will have the following features:
 * listing BSP cluster
 * getting information of subbmitted job (or jobs)
 * killing job or task

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to