BIGTOP-892. hadoop packages misses capacity-scheduler configuration
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/4d3290d9 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/4d3290d9 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/4d3290d9 Branch: refs/heads/master Commit: 4d3290d978beadccdd1567e1b2630f404e034bed Parents: d821cdf Author: Roman Shaposhnik <[email protected]> Authored: Thu Mar 28 12:42:03 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Thu Mar 28 12:42:03 2013 -0700 ---------------------------------------------------------------------- .../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/4d3290d9/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/4d3290d9/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/4d3290d9/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/4d3290d9/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 bf93f52..cd5bed8 100644 --- a/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec +++ b/bigtop-packages/src/rpm/hadoop/SPECS/hadoop.spec @@ -561,6 +561,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} @@ -588,6 +590,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 @@ -607,6 +612,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
