Atum v3.7.0
Release notes
- The file permissions on HDFS which the _INFO file will be created with are now driven by (implemented in #114):
- typesafe config key
atum.hdfs.info.file.permissions
(e.g. setatum.hdfs.info.file.permissions=711
) - default HDFS
FsPermissions
withumask
applied
- typesafe config key
Please note, that the target umask
will work as a cap for your desired permissions (e.g. having umask=022
, your desired 777
permissions will become 755
)
Issues fixed
- #113 Making _INFO file permission configurable