HAD-639. dcone configuration should be in /etc/wandisco
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/91eefccd Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/91eefccd Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/91eefccd Branch: refs/heads/master Commit: 91eefccd83571461ee412720bb991b667171c6da Parents: 258ce14 Author: Konstantin Boudnik <[email protected]> Authored: Wed Dec 18 13:33:47 2013 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Wed Dec 18 13:33:47 2013 -0800 ---------------------------------------------------------------------- .../src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/91eefccd/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec b/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec index 8b81a5b..cc64813 100644 --- a/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec +++ b/bigtop-packages/src/rpm/wdd-namenode-nonstop/SPECS/wdd-namenode-nonstop.spec @@ -62,6 +62,7 @@ rm -rf $RPM_BUILD_ROOT %__install -d -m 0755 $RPM_BUILD_ROOT/%{lib_hadoop}/sbin/ # %__install -m 0755 dist/lib/%{artifactname}-%{wdd_namenode_nonstop_base_version}-tests.jar $RPM_BUILD_ROOT/%{lib_hdfs} %__install -m 0755 %{SOURCE22} $RPM_BUILD_ROOT/%{lib_hdfs}/bin/ +%__install -d -m 0755 $RPM_BUILD_ROOT/%{conf_dcone}/ %__install -d -m 0755 $RPM_BUILD_ROOT/%{conf_nonstop}/ %__install -m 0644 $RPM_SOURCE_DIR/conf.nonstop/* $RPM_BUILD_ROOT/%{conf_nonstop}/ %__install -d -m 0755 $RPM_BUILD_ROOT/%{conf_dcone}/ @@ -171,7 +172,7 @@ done %{initd_dir}/hadoop-hdfs-nonstop /etc/default/hadoop-hdfs-nonstop %attr(0755,root,root) -%config(noreplace) %{etc_hadoop}/wandisco/ +%config(noreplace) %{conf_dcone} %config(noreplace) %{etc_hadoop}/conf.nonstop/core-site.xml %config(noreplace) %{etc_hadoop}/conf.nonstop/hdfs-site.xml %config(noreplace) %{etc_hadoop}/conf.nonstop/hadoop-metrics.properties
