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 "Amar Kamat (JIRA)" <ji...@apache.org> on 2008/09/30 07:53:44 UTC

[jira] Created: (HADOOP-4311) Change job's runstate from int to enum

Change job's runstate from int to enum
--------------------------------------

                 Key: HADOOP-4311
                 URL: https://issues.apache.org/jira/browse/HADOOP-4311
             Project: Hadoop Core
          Issue Type: Improvement
          Components: mapred
    Affects Versions: 0.20.0
            Reporter: Amar Kamat
             Fix For: 0.20.0


Job's runstate is stored in {{JobStatus}} as _static final int_. I think it would be better to change it to enum as done in other parts of the framework.

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


[jira] Resolved: (HADOOP-4311) Change job's runstate from int to enum

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu resolved HADOOP-4311.
---------------------------------------------

    Resolution: Duplicate

Duplicate of HADOOP-4214

> Change job's runstate from int to enum
> --------------------------------------
>
>                 Key: HADOOP-4311
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4311
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>    Affects Versions: 0.20.0
>            Reporter: Amar Kamat
>             Fix For: 0.20.0
>
>
> Job's runstate is stored in {{JobStatus}} as _static final int_. I think it would be better to change it to enum as done in other parts of the framework.

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