Improvements and Behavioral changes
Learn about the change in certain functionality of Flink and Cloudera SQL Stream Builder that has resulted in a change in behavior from the previously released version of Cloudera Streaming Analytics.
Improvements
- CSA-5542 - Enabled Python UDFs by default
Python User Defined Functions are enabled by default, replacing JavaScript UDFs. This streamlines the setup of a functional Python environment across all nodes.
- CSA-5765 - Ensure OpenTelemetry dependencies are included in the Cloudera Streaming Analytics parcel
- All dependencies that are required to configure the OpenTelemetry exporter ship with the parcels, so you no longer need additional application or environment dependencies.
- CSA-5809 - Added discriminator mappings to all classes with
@JsonSubTypes The
@Schemaannotation is added to classes that use@JsonSubTypesso that Python code generation can deserialize API responses correctly.
Behavioral changes
- Summary:
- CSA-5372 - Use Apache Kerby's
KrbConfigfor more robust encryption type configuration and refactored keytab validation
