Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: (qmail 96232 invoked from network); 13 Dec 2010 06:32:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Dec 2010 06:32:26 -0000 Received: (qmail 59786 invoked by uid 500); 13 Dec 2010 06:32:26 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 59705 invoked by uid 500); 13 Dec 2010 06:32:26 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 59697 invoked by uid 99); 13 Dec 2010 06:32:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Dec 2010 06:32:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Dec 2010 06:32:23 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBD6W1vk019624 for ; Mon, 13 Dec 2010 06:32:02 GMT Message-ID: <14833019.83891292221921923.JavaMail.jira@thor> Date: Mon, 13 Dec 2010 01:32:01 -0500 (EST) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Assigned: (HAMA-338) Username and Job-manager states are not collectly displayed In-Reply-To: <27149148.14121291807683023.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HAMA-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward J. Yoon reassigned HAMA-338: ----------------------------------- Assignee: Edward J. Yoon > 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 > > > {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.