You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org> on 2008/09/22 13:42:44 UTC

[jira] Updated: (HADOOP-4238) [mapred] Unavailable schedulingInfo in "hadoop list [all]" output should be marked "N/A"

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

Sreekanth Ramakrishnan updated HADOOP-4238:
-------------------------------------------

    Attachment: HADOOP-4238-1.patch

Currently all the columns are tab separated. So the tab separation does not align the column in a proper manner because we are relying on the system tab width and width of the text which is being printed on to the console.

I am attaching the patch by initializing the _schedulingInfo_ in the _JobStatus_ to _NA_. So this should print _schedulingInfo_ column of jobs which have none appear as "NA"

> [mapred] Unavailable schedulingInfo in "hadoop list [all]" output should be marked "N/A"
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4238
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4238
>             Project: Hadoop Core
>          Issue Type: Bug
>    Affects Versions: 0.19.0
>            Reporter: Vinod K V
>            Assignee: Sreekanth Ramakrishnan
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4238-1.patch
>
>
> When schedulingInfo is not available for a job, "hadoop list [all]" doesn't print anything. This, combined with the fact that the columns are not aligned properly, makes it difficult to comprehend the output.

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