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

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


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new c25e36c58 BIGTOP-3972. Fix startup failure of Oozie due to permission 
error on reading ssl-client.xml. (#1154)
c25e36c58 is described below

commit c25e36c586c0669e5053cdeed253461d010a5873
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Thu Aug 3 10:44:23 2023 +0900

    BIGTOP-3972. Fix startup failure of Oozie due to permission error on 
reading ssl-client.xml. (#1154)
    
    (cherry picked from commit d2a4e55c3bf0605dea1e7be78d5a9db21ed5a5f8)
---
 bigtop-deploy/puppet/modules/hadoop/manifests/init.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp 
b/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
index f9fd2e9b9..da755ca69 100644
--- a/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
+++ b/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
@@ -325,7 +325,7 @@ class hadoop ($hadoop_security_authentication = "simple",
         content => template('hadoop/ssl-client.xml'),
         owner   => 'root',
         group   => 'hadoop',
-        mode    => '0660',
+        mode    => '0664',
         require => [Package["hadoop"]],
     }
 

Reply via email to