This is an automated email from the ASF dual-hosted git repository.
iwasakims 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 d2a4e55c3 BIGTOP-3972. Fix startup failure of Oozie due to permission
error on reading ssl-client.xml. (#1154)
d2a4e55c3 is described below
commit d2a4e55c3bf0605dea1e7be78d5a9db21ed5a5f8
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)
---
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"]],
}