Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-339

making improvements to the jobclients to get information on currenlyl running jobs and the jobqueue

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.5.0
    • 0.5.0
    • None
    • None

    Description

      adding a few methods to the joblcient and jobsubmission protocol to support queries to the jobtracker for currently running jobs

      Attachments

        1. extension.patch
          6 kB
          Mahadev Konar
        2. extension.patch
          5 kB
          Mahadev Konar

        Activity

          mahadev Mahadev Konar added a comment -

          This patch adds a another method to the jobsubmission client adn jobclient to get the current jobs (to be run or running). Made JobStatus class public to be accessed outside of hadoop.

          mahadev Mahadev Konar added a comment - This patch adds a another method to the jobsubmission client adn jobclient to get the current jobs (to be run or running). Made JobStatus class public to be accessed outside of hadoop.
          cutting Doug Cutting added a comment -

          This looks good to me, except the new JobSubmissionProtocol method is missing javadoc. Also, if we make JobStatus public, we should probably improve its javadoc too.

          cutting Doug Cutting added a comment - This looks good to me, except the new JobSubmissionProtocol method is missing javadoc. Also, if we make JobStatus public, we should probably improve its javadoc too.
          mahadev Mahadev Konar added a comment -

          Here is a new patch. I added javadocs to both the JobStatus and JobSubmissionClient protocol.

          mahadev Mahadev Konar added a comment - Here is a new patch. I added javadocs to both the JobStatus and JobSubmissionClient protocol.
          cutting Doug Cutting added a comment -

          I just committed this. I made a few minor changes. I made the JobStatus setters non-public, and also removed a javadoc comment for the new method implementation on JobTracker, since the inherited javadoc from the interface seemed more informative.

          cutting Doug Cutting added a comment - I just committed this. I made a few minor changes. I made the JobStatus setters non-public, and also removed a javadoc comment for the new method implementation on JobTracker, since the inherited javadoc from the interface seemed more informative.

          People

            mahadev Mahadev Konar
            mahadev Mahadev Konar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: