Skip to content

Commit d2a4e55

Browse files
authored
BIGTOP-3972. Fix startup failure of Oozie due to permission error on reading ssl-client.xml. (#1154)
1 parent 02c1fb9 commit d2a4e55

File tree

1 file changed

+1
-1
lines changed
  • bigtop-deploy/puppet/modules/hadoop/manifests

1 file changed

+1
-1
lines changed

bigtop-deploy/puppet/modules/hadoop/manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
content => template('hadoop/ssl-client.xml'),
326326
owner => 'root',
327327
group => 'hadoop',
328-
mode => '0660',
328+
mode => '0664',
329329
require => [Package["hadoop"]],
330330
}
331331

0 commit comments

Comments
 (0)