crowbar/barclamp-hadoop

View on GitHub
chef/cookbooks/hadoop/templates/default/fair-scheduler.xml.erb

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<!--
  Cookbook: hadoop
  Filename: fair-scheduler.xml
 
  Copyright (c) 2011 Dell Inc.
 
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
 
      http://www.apache.org/licenses/LICENSE-2.0
 
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->

<!-- Generated by Chef for <%= @node[:fqdn] %> -->

<allocations>

  <poolMaxJobsDefault><%= @node[:hadoop][:scheduler][:pool_max_jobs_default] %></poolMaxJobsDefault>
  <userMaxJobsDefault><%= @node[:hadoop][:scheduler][:user_max_jobs_default] %></userMaxJobsDefault>
  <defaultMinSharePreemptionTimeout><%= @node[:hadoop][:scheduler][:default_min_share_preemption_timeout] %></defaultMinSharePreemptionTimeout>
  <fairSharePreemptionTimeout><%= @node[:hadoop][:scheduler][:fair_share_preemption_timeout] %></fairSharePreemptionTimeout>

  <pool name="production">
    <minMaps><%= @node[:hadoop][:scheduler][:production][:min_maps] %></minMaps>
    <minReduces><%= @node[:hadoop][:scheduler][:production][:min_reduces] %></minReduces>
    <minSharePreemptionTimeout><%= @node[:hadoop][:scheduler][:production][:min_share_preemption_timeout] %></minSharePreemptionTimeout>
    <schedulingMode><%= @node[:hadoop][:scheduler][:production][:scheduling_mode] %></schedulingMode>
    <weight><%= @node[:hadoop][:scheduler][:production][:weight] %></weight>
  </pool>

</allocations>