You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2010/12/13 08:06:01 UTC

[jira] Updated: (HAMA-338) Username and Job-manager states are not collectly displayed

     [ https://issues.apache.org/jira/browse/HAMA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-338:
--------------------------------

    Attachment: HAMA-338.patch

This patch fixes display bug.

{code}
edward@slave:~/workspace/hama-trunk$ bin/hama job -list all1 jobs submitted
States are:
	Running : 1	Succeded : 2	Failed : 3	Prep : 4
JobId	State	StartTime	UserName
job_201012131558_0001	2	1292223544011	edward
{code}

> Username and Job-manager states are not collectly displayed
> -----------------------------------------------------------
>
>                 Key: HAMA-338
>                 URL: https://issues.apache.org/jira/browse/HAMA-338
>             Project: Hama
>          Issue Type: Bug
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: HAMA-338.patch
>
>
> {code}
> edward@slave:~/workspace/hama-trunk$ bin/hama job -list all
> 1 jobs submitted
> States are:
> 	Running : 1	Succeded : 2	Failed : 3	Prep : 4
> JobId	State	StartTime	UserName
> job_201012082020_0001	2	0	null
> {code}
> When I listing the all jobs, 
> 1) UserName is always null.
> 2) States are always 1, 2, 3, 4.

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