Skip to content

Atum v3.7.0

Compare
Choose a tag to compare
@dk1844 dk1844 released this 11 Oct 09:07
· 30 commits to master since this release

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. set atum.hdfs.info.file.permissions=711)
    • default HDFS FsPermissions with umask applied

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