As of 24/10 2021 the new version 2.25.0 is out
Standardization Improvements
- #1882 Updated Cobrix to 2.4.1 to use the latest mainframe file processing features.
Standardization and Conformance Improvements
- #1869 It’s now possible to set the retry count of Menas API URLs. It’s also possible to choose the strategy to define the order in which they are used (
fallback: sequentially start-to-end;roundrobin: random starting URL from the list, sequentially from there on). - #1927 HDFS permissions for Atum’s
_INFOand Spline’s_LINEAGEwere set to 644. These are also configurable viaatum.hdfs.info.file.permissionsandspline.hdfs.file.permissions, respectively. - #1937 Added parameters
min.processing.partition.sizeandmax.processing.partition.sizeto adjust the eventual size of the output files. The specified value is in bytes and it corresponds to the partition size during execution, not the output file size
Menas Improvements
- #1863, #1864, #1865, #1866 Mapping table UI and MappingConformance UI now show mapping filters set and offer controls to edit these filters, too.
Helper Scripts Improvements
- #1926 Adds ability to specify additional java opts for executor through enceladus_env file. Also to the env file, we added the example for krb5.conf and truststore.
- #1931 Add a switch to turn on or off the running of the kinit in client mode from helper scripts.
- #1951 Windows Helper scripts brought en-par with the shell ones (once again).
New Standardization and Conformance Configuration
atum.hdfs.info.file.permissionsmin.processing.partition.size1max.processing.partition.size1menas.rest.retryCountmenas.rest.availability.setup
New Helper Scripts Configuration
DEFAULT_CLIENT_MODE_RUN_KINITKRB5_CONF_CLIENTKRB5_CONF_CLUSTERTRUST_STORE_CLIENTTRUST_STORE_CLUSTERTRUST_STORE_PASSWORDADDITIONAL_JVM_EXECUTOR_CONF_CLIENTADDITIONAL_JVM_EXECUTOR_CONF_CLUSTER
New Helper Scripts Runtime Options
--min-processing-partition-size NUM- Minimum number of bytes for each partition, used for limiting the output partition size”1--max-processing-partition-size NUM- Maximum number of bytes for each partition, used for limiting the output partition size”1