Setting Queue Label Policies for Fair Scheduler

To set a queue label policy for a Fair Scheduler queue, specify the label policy in the corresponding queue section of the allocation file, as shown here:

<queue name="CustomerDataAnalysis">
      <weight>2.0</weight>
      <labelPolicy>OR</labelPolicy>
      <label>Fast</label>
</queue>