Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-5099

mapreduce.lib.jobcontrol.JobControl API Incompatibility between branch-1 and branch-2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • 2.0.3-alpha
    • None
    • mrv2
    • None

    Description

      The branch-1 API has the following methods:

      public java.util.ArrayList getWaitingJobList();
      public java.util.ArrayList getRunningJobList();
      public java.util.ArrayList getReadyJobsList();
      public java.util.ArrayList getSuccessfulJobList();
      public java.util.ArrayList getFailedJobList();
      

      and the branch-2 API has the following methods:

      public java.util.List getWaitingJobList();
      public java.util.List getRunningJobList();
      public java.util.List getReadyJobsList();
      public java.util.List getSuccessfulJobList();
      public java.util.List getFailedJobList();
      

      Attachments

        Activity

          People

            kasha Karthik Kambatla
            kasha Karthik Kambatla
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: