Hi,
Wondering if anyone has bumped into this and already solved it...
The default fs.permissions.umask-mode is 022 but we have a need to make
this less restrictive so that groups can write by default...
However putting 002 (or 0002 or 00002 in case of needing a leading zero)
results ing SCM having 02 in the generated hive-site.xml that then gets
used by the namenode...
This then causes the namenode not to start due to an invalid number...
Any ideas?
James