You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Peter Bacsko (Jira)" <ji...@apache.org> on 2020/01/15 12:19:00 UTC

[jira] [Created] (YARN-10085) FS-CS converter: remove mixed ordering policy check

Peter Bacsko created YARN-10085:
-----------------------------------

             Summary: FS-CS converter: remove mixed ordering policy check
                 Key: YARN-10085
                 URL: https://issues.apache.org/jira/browse/YARN-10085
             Project: Hadoop YARN
          Issue Type: Sub-task
            Reporter: Peter Bacsko
            Assignee: Peter Bacsko


When YARN-9892 gets committed, this part will become unnecessary:

{noformat}
    // Validate ordering policy
    if (queueConverter.isDrfPolicyUsedOnQueueLevel()) {
      if (queueConverter.isFifoOrFairSharePolicyUsed()) {
        throw new ConversionException(
            "DRF ordering policy cannot be used together with fifo/fair");
      } else {
        capacitySchedulerConfig.set(
            CapacitySchedulerConfiguration.RESOURCE_CALCULATOR_CLASS,
            DominantResourceCalculator.class.getCanonicalName());
      }
    }
{noformat}

We will be able to freely mix fifo/fair/drf, so let's get rid of this strict check and also rewrite {{FSQueueConverter.emitOrderingPolicy()}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org