Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-4742 [Umbrella] Enhancements to Distributed Scheduling
  3. YARN-4991

Fix ContainerRequest Constructor to set nodelabelExpression correctly

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.9.0, 3.0.0-alpha1
    • test
    • None

    Description

      TestAMRMClient#testAskWithInvalidNodeLabels
      TestAMRMClient#testAskWithNodeLabels are failing

      ContainerRequest labels are always set as null

          public ContainerRequest(Resource capability, String[] nodes, String[] racks,
              Priority priority, boolean relaxLocality, String nodeLabelsExpression) {
            this(capability, nodes, racks, priority, relaxLocality, null,
                ExecutionType.GUARANTEED);
          }
      

      Attachments

        1. 0001-YARN-4991.patch
          1.0 kB
          Bibin Chundatt

        Issue Links

          Activity

            People

              bibinchundatt Bibin Chundatt
              bibinchundatt Bibin Chundatt
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: