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
Apache Hadoop Configurations for Savanna
This directory contains default XML configuration files:
- core-default.xml,
- hdfs-default.xml,
- mapred-default.xml,
- oozie-default.xml,
- hive-default.xml
These files are applied for Savanna's plugin of Apache Hadoop version 1.2.1, Oozie 4.0.0, Hive version 0.11.0.
Files were taken from here: https://github.com/apache/hadoop-common/blob/release-1.2.1/src/hdfs/hdfs-default.xml https://github.com/apache/hadoop-common/blob/release-1.2.1/src/mapred/mapred-default.xml https://github.com/apache/hadoop-common/blob/release-1.2.1/src/core/core-default.xml https://github.com/apache/oozie/blob/release-4.0.0/core/src/main/resources/oozie-default.xml https://github.com/apache/hive/blob/release-0.11.0/conf/hive-default.xml.template
XML configs are used to expose default Hadoop configurations to the users through the 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.