[
https://issues.apache.org/jira/browse/HAMA-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyunsik Choi updated HAMA-267:
------------------------------
Attachment: HAMA-267.patch
I attach a patch. This patch includes two features to print a list of submitted
jobs and print a list of active grooms.
Note that before you apply this patch, you need to apply HAMA-268.patch.
You can check two features as follows:
{code}
bin/hama job -list [all]
bin/hama job -list-active-grooms
{code}
> 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
>
> Attachments: HAMA-267.patch
>
>
> 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.