Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-4608

Redundant code statement in WritingYarnApplications

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.8.0, 3.0.0-alpha1
    • documentation
    • None
    • Reviewed

    Description

      There is redundant statement application master section in WritingYarnApplications.

      List<Container> previousAMRunningContainers =
          response.getContainersFromPreviousAttempts();
      List<Container> previousAMRunningContainers =
          response.getContainersFromPreviousAttempts();
      

      Attachments

        Activity

          People

            lewuathe Kai
            lewuathe Kai
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: