Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-8731 Rich Placement constraints optimization and enhancements
  3. YARN-9638

Specify limitation of nodePartition in Placement Constraints document

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.2.0
    • None
    • docs, documentation
    • None

    Description

      PlacementConstraints supports affinity to only single partition currently in SingleConstraintAppPlacementAllocator.

      if (values.size() > 1) { 
      throwExceptionWithMetaInfo( "Inside one targetExpression, we only support" + " affinity to at most one node partition now"); 
      }
      

      But in the docs we don't mention this limitation.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tarunparimi Tarun Parimi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: