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 _INFO and Spline’s _LINEAGE were set to 644. These are also configurable via atum.hdfs.info.file.permissions and spline.hdfs.file.permissions, respectively.
  • #1937 Added parameters min.processing.partition.size and max.processing.partition.size to 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

New Helper Scripts Configuration

  • DEFAULT_CLIENT_MODE_RUN_KINIT
  • KRB5_CONF_CLIENT
  • KRB5_CONF_CLUSTER
  • TRUST_STORE_CLIENT
  • TRUST_STORE_CLUSTER
  • TRUST_STORE_PASSWORD
  • ADDITIONAL_JVM_EXECUTOR_CONF_CLIENT
  • ADDITIONAL_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

Notes

  1. Experimental - sizes might still not meet the requested limits  2 3 4