As of 10/08 2020 the new version 2.11.0 is out

Standardization and Conformance Improvements

  • #1371 It’s now possible to run Standardization and Conformance as one job instead of one after each other. This is suitable when their resource requirements are rather similar and it saves time by initializing spark session only once.

Standardization and Conformance Fixes

  • #1443 Fixed potential erroneous runPostProcessing warning.
  • #1474 Fixed properties not logging at the start of each spark job.

Helper Scripts Improvements

  • #1465 Helper script for the combined Standardization and Conformance to be run as one Spark job, README.md contains information about running it.

Helper Scripts Fixes

  • #1476 Helper scripts are now forwarding all Enceladus options to spark-submit (--cobol-trimming-policy and --copybook were omitted).