~ubuntu-branches/ubuntu/vivid/sahara/vivid-proposed

« back to all changes in this revision

Viewing changes to sahara/plugins/vanilla/v2_4_1/resources/README.rst

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2014-09-24 16:34:46 UTC
  • Revision ID: package-import@ubuntu.com-20140924163446-8gu3zscu5e3n9lr2
Tags: upstream-2014.2~b3
ImportĀ upstreamĀ versionĀ 2014.2~b3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Apache Hadoop Configurations for Sahara
 
2
========================================
 
3
 
 
4
This directory contains default XML configuration files:
 
5
 
 
6
* core-default.xml
 
7
* hdfs-default.xml
 
8
* mapred-default.xml
 
9
* yarn-default.xml
 
10
* oozie-default.xml
 
11
 
 
12
These files are applied for Sahara's plugin of Apache Hadoop version 2.4.1
 
13
 
 
14
 
 
15
Files were taken from here:
 
16
 
 
17
* `core-default.xml <https://github.com/apache/hadoop-common/blob/release-2.4.1/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml>`_
 
18
* `hdfs-default.xml <https://github.com/apache/hadoop-common/blob/release-2.4.1/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml>`_
 
19
* `yarn-default.xml <https://github.com/apache/hadoop-common/blob/release-2.4.1/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml>`_
 
20
* `mapred-default.xml <https://github.com/apache/hadoop-common/blob/release-2.4.1/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml>`_
 
21
* `oozie-default.xml <https://github.com/apache/oozie/blob/release-4.0.1/core/src/main/resources/oozie-default.xml>`_
 
22
 
 
23
XML configs are used to expose default Hadoop configurations to the users
 
24
through Sahara's REST API. It allows users to override some config values which
 
25
will be pushed to the provisioned VMs running Hadoop services as part of
 
26
appropriate xml config.