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

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


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

commit 4dea69033a6e7631a7012daf9eecf03d30f1474c
Author: Kengo Seki <[email protected]>
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)
    
    (cherry picked from commit 945c102d14a04023913354e8bec8c5ac2b6470e5)
---
 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

Reply via email to