sahara-plugin-vanilla/sahara/plugins/vanilla/v2_3_0/resources
Trevor McKay 8578f2f19a Move the savanna subdir to sahara
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
2014-03-18 16:38:36 +04:00
..
README.rst Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
core-default.xml Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
hdfs-default.xml Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
mapred-default.xml Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
post_conf.template Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
yarn-default.xml Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00

README.rst

Apache Hadoop Configurations for Savanna

This directory contains default XML configuration files:

  • core-default.xml,
  • hdfs-default.xml,
  • mapred-default.xml,
  • yarn-default.xml

These files are applied for Savanna's plugin of Apache Hadoop version 2.3.0

Files were taken from here: https://github.com/apache/hadoop-common/blob/release-2.3.0/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml https://github.com/apache/hadoop-common/blob/release-2.3.0/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml https://github.com/apache/hadoop-common/blob/release-2.3.0/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml https://github.com/apache/hadoop-common/blob/release-2.3.0/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

XML configs are used to expose default Hadoop configurations to the users through Savanna's REST API. It allows users to override some config values which will be pushed to the provisioned VMs running Hadoop services as part of appropriate xml config.