Adding missing config files
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/d81e5f30 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/d81e5f30 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/d81e5f30 Branch: refs/heads/RCs Commit: d81e5f30fd686c6678e3a3f6b50e9d9c09a669c1 Parents: 705a380 Author: Roman Shaposhnik <[email protected]> Authored: Sun Feb 10 14:31:51 2013 -0800 Committer: Roman Shaposhnik <[email protected]> Committed: Sun Feb 10 14:31:51 2013 -0800 ---------------------------------------------------------------------- .../src/deb/hadoop/hadoop-mapreduce.install | 3 +++ bigtop-packages/src/deb/hadoop/hadoop-yarn.install | 2 ++ bigtop-packages/src/deb/hadoop/hadoop.install | 3 +++ bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec | 8 ++++++++ 4 files changed, 16 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/d81e5f30/bigtop-packages/src/deb/hadoop/hadoop-mapreduce.install ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/hadoop/hadoop-mapreduce.install b/bigtop-packages/src/deb/hadoop/hadoop-mapreduce.install index ddfce49..34a3796 100644 --- a/bigtop-packages/src/deb/hadoop/hadoop-mapreduce.install +++ b/bigtop-packages/src/deb/hadoop/hadoop-mapreduce.install @@ -1,5 +1,8 @@ /etc/security/limits.d/mapreduce.conf /etc/hadoop/conf.empty/mapred-site.xml +/etc/hadoop/conf.empty/mapred-env.sh +/etc/hadoop/conf.empty/mapred-queues.xml.template +/etc/hadoop/conf.empty/mapred-site.xml.template /usr/lib/hadoop-mapreduce /usr/lib/hadoop/libexec/mapred-config.sh /usr/bin/mapred http://git-wip-us.apache.org/repos/asf/bigtop/blob/d81e5f30/bigtop-packages/src/deb/hadoop/hadoop-yarn.install ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/hadoop/hadoop-yarn.install b/bigtop-packages/src/deb/hadoop/hadoop-yarn.install index 0151948..e9c5074 100644 --- a/bigtop-packages/src/deb/hadoop/hadoop-yarn.install +++ b/bigtop-packages/src/deb/hadoop/hadoop-yarn.install @@ -1,6 +1,8 @@ /etc/security/limits.d/yarn.conf /etc/hadoop/conf.empty/yarn-env.sh /etc/hadoop/conf.empty/yarn-site.xml +/etc/hadoop/conf.empty/capacity-scheduler.xml +/etc/hadoop/conf.empty/container-executor.cfg /usr/lib/hadoop-yarn /usr/lib/hadoop/libexec/yarn-config.sh /usr/bin/yarn http://git-wip-us.apache.org/repos/asf/bigtop/blob/d81e5f30/bigtop-packages/src/deb/hadoop/hadoop.install ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/hadoop/hadoop.install b/bigtop-packages/src/deb/hadoop/hadoop.install index 20254fe..38b6286 100644 --- a/bigtop-packages/src/deb/hadoop/hadoop.install +++ b/bigtop-packages/src/deb/hadoop/hadoop.install @@ -5,6 +5,9 @@ /etc/hadoop/conf.empty/ssl-client.xml.example /etc/hadoop/conf.empty/ssl-server.xml.example /etc/hadoop/conf.empty/core-site.xml +/etc/hadoop/conf.empty/configuration.xsl +/etc/hadoop/conf.empty/hadoop-env.sh +/etc/hadoop/conf.empty/hadoop-policy.xml /etc/default/hadoop /etc/bash_completion.d/hadoop /usr/lib/hadoop/etc http://git-wip-us.apache.org/repos/asf/bigtop/blob/d81e5f30/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec index 11631c2..cbd2f98 100644 --- a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec +++ b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec @@ -559,6 +559,8 @@ fi %defattr(-,root,root) %config(noreplace) %{etc_hadoop}/conf.empty/yarn-env.sh %config(noreplace) %{etc_hadoop}/conf.empty/yarn-site.xml +%config(noreplace) %{etc_hadoop}/conf.empty/capacity-scheduler.xml +%config(noreplace) %{etc_hadoop}/conf.empty/container-executor.cfg %config(noreplace) /etc/security/limits.d/yarn.conf %{lib_hadoop}/libexec/yarn-config.sh %{lib_yarn} @@ -585,6 +587,9 @@ fi %files mapreduce %defattr(-,root,root) %config(noreplace) %{etc_hadoop}/conf.empty/mapred-site.xml +%config(noreplace) %{etc_hadoop}/conf.empty/mapred-env.sh +%config(noreplace) %{etc_hadoop}/conf.empty/mapred-queues.xml.template +%config(noreplace) %{etc_hadoop}/conf.empty/mapred-site.xml.template %config(noreplace) /etc/security/limits.d/mapreduce.conf %{lib_mapreduce} %{lib_hadoop}/libexec/mapred-config.sh @@ -604,6 +609,9 @@ fi %config(noreplace) %{etc_hadoop}/conf.empty/slaves %config(noreplace) %{etc_hadoop}/conf.empty/ssl-client.xml.example %config(noreplace) %{etc_hadoop}/conf.empty/ssl-server.xml.example +%config(noreplace) %{etc_hadoop}/conf.empty/configuration.xsl +%config(noreplace) %{etc_hadoop}/conf.empty/hadoop-env.sh +%config(noreplace) %{etc_hadoop}/conf.empty/hadoop-policy.xml %config(noreplace) /etc/default/hadoop /etc/bash_completion.d/hadoop %{lib_hadoop}/*.jar
