Behavioral changes

Learn about the change in certain functionality of Flink and SQL Stream Builder (SSB) that has resulted in a change in behavior from the previously released version of Cloudera Streaming Analytics.

Summary:
CSA-5068 - Page refresh is not required to update result samples.
Previous behavior:
Sample IDs could become invalid if another user restarted the job while polling in the UI.
New behavior:
Sample IDs are updated before and during polling.
Summary:
CSA-5238 - YARN is set as default token renewer automatically based on configuration.
Previous behavior:
Configuration check wasn't performed and YARN wasn't set as the default renewer.
New behavior:
YARN is set as the default token renewer if the deployment target is yarn-session or yarn-per-job.
Summary:
CSA-5258 - Extended validation for dynamic MV parameter names.
Previous behavior:
Dynamic pattern validation was restrictive which could result in errors when querying MV.
New behavior:
Validation pattern is extended to [A-Za-z\_\-0-9\.\~]+
Summary:
CSA-5214 - Add option to SSB service to customize default truststore.
Previous behavior:
Default Kafka TrustStore configurations could only be customized in Flink configurations.
New behavior:
Customizing default Kafka TrustStore configurations was added to Streaming SQL Console. Kafka TrustStore can be configured during adding Kafka as a Data Source on the UI.
Summary:
CSA-5199 - API change: the Cloudera registry catalog type registry is now named cloudera-registry.
Previous behavior:
When creating a Schema Registry data source catalog type property had to be registry.
New behavior:
Catalog type property now has to be cloudera-registry when creating a Schema Registry data source.
Summary:
CSA-5306 - SSB API does not validate data sources before saving.
Previous behavior:
There was no validation before saving a data source via the API. If the user wanted to make sure to save a valid data source they had to use the validate endpoint before saving. When creating a data source on SSB UI, the user had the option to save an invalid data source.
New behavior:
Saving the data source is only allowed if the data source is valid. SSB API validates the data source before saving and on the SSB UI Create / Save button is only active if the validation is successful.