You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2022/03/27 06:26:16 UTC

[bigtop] branch master updated: BIGTOP-3655. Cluster deployment via Ambari fails on CentOS due to the lack of execute permission. (#875)

This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 945c102  BIGTOP-3655. Cluster deployment via Ambari fails on CentOS due to the lack of execute permission. (#875)
945c102 is described below

commit 945c102d14a04023913354e8bec8c5ac2b6470e5
Author: Kengo Seki <se...@apache.org>
AuthorDate: Sun Mar 27 15:26:11 2022 +0900

    BIGTOP-3655. Cluster deployment via Ambari fails on CentOS due to the lack of execute permission. (#875)
---
 bigtop-packages/src/rpm/ambari/SPECS/ambari.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bigtop-packages/src/rpm/ambari/SPECS/ambari.spec b/bigtop-packages/src/rpm/ambari/SPECS/ambari.spec
index c840fa4..fda3ae9 100644
--- a/bigtop-packages/src/rpm/ambari/SPECS/ambari.spec
+++ b/bigtop-packages/src/rpm/ambari/SPECS/ambari.spec
@@ -447,6 +447,7 @@ exit 0
 %attr(644,root,root) /etc/init/ambari-server.conf
 %defattr(644,root,root,755)
 /usr/lib/ambari-server
+%attr(755,root,root) /usr/lib/ambari-server/lib/ambari_server/bootstrap.py
 %attr(755,root,root) /usr/sbin/ambari-server.py
 %attr(755,root,root) /usr/sbin/ambari_server_main.py
 %attr(755,root,root) %{initd_dir}/ambari-server