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 "Subramaniam Krishnan (JIRA)" <ji...@apache.org> on 2008/09/19 08:56:44 UTC

[jira] Created: (HADOOP-4214) Make a JobStatus.State an enumeration

Make a JobStatus.State an enumeration
-------------------------------------

                 Key: HADOOP-4214
                 URL: https://issues.apache.org/jira/browse/HADOOP-4214
             Project: Hadoop Core
          Issue Type: Improvement
         Environment: all
            Reporter: Subramaniam Krishnan


Make a JobStatus.State an enumeration, currently it's represented using integers.

Consequently, JobInProgress.terminateJob should take the actual state rather than a 'boolean' i.e. KILLED/FAILED.

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