d39024a207
Rename the subdirectory and replace all instances of "import savanna" with "import sahara" and all instances of "from savanna" with "from sahara". * Replaced mock patches like mock.patch('savanna... * Updated config generator script * Renamed entry points in setup.cfg * Hacking checks also fixed * Manual renaming in alembic scripts to force work migrations * Fix doc building * Renamed itests directories * Some changes in gitignore * Removed locale dir after rebase Co-Authored-By: Alexander Ignatov <aignatov@mirantis.com> Change-Id: Ia77252c24046c3e7283c0a7b96d11636020b949c Partially implements: blueprint savanna-renaming-service
17 lines
777 B
XML
17 lines
777 B
XML
<configuration>
|
|
<property>
|
|
<name>mapred.jobtracker.nodegroup.aware</name>
|
|
<value>true</value>
|
|
<description>Identify if jobtracker is aware of nodegroup layer.</description>
|
|
</property>
|
|
<property>
|
|
<name>mapred.task.cache.levels</name>
|
|
<value>3</value>
|
|
<description>This is the max level of the task cache. For example, if the level is 2, the tasks cached are at the host level and at the rack level.</description>
|
|
</property>
|
|
<property>
|
|
<name>mapred.jobtracker.jobSchedulable</name>
|
|
<value>org.apache.hadoop.mapred.JobSchedulableWithNodeGroup</value>
|
|
<description>The class responsible for an entity in FairScheduler that can launch tasks.</description>
|
|
</property>
|
|
</configuration> |