Component versions
You can review the CSA Operator components and their versions shipped in this release of theCSA Operator.
Component | Version |
---|---|
Flink | 1.18.1-csaop1.0.0-b317 |
Flink Operator | 1.8-csaop1.0.0-b317 |
SQL Stream Builder | 1.18.1-csaop1.0.0-b317 |
Supported Flink versions
CSA Operator supports the following Flink versions:
Latest (default) | Other |
---|---|
1.18.1-csaop1.0.0-b317 | None |
The default version is the Cloudera-recommended current and latest supported Flink version. This version is used by default to deploy clusters if an explicit version is not provided in your FlinkDeployment resource.
Notice that the Flink versions are specific to Cloudera. Their version numbers consist of two parts: the first three digits specify the Apache Flink version, and the following specify the major and minor version of CSA Operator. When deploying a cluster, you must use the Cloudera versions for Flink listed here. Specifying upstream versions is not supported.
Component support
- Flink file system support
-
By default, CSA Operator only supports local and locally mounted NFS/SAN file systems for Flink. Pluggable file systems (for example S3, HDFS, etc.) can be used by adding plugins to the Apache Flink Operator. For more information and a list of supported pluggable file systems, see Using pluggable file systems.
- SSB database support
-
You can use the following databases with SQL Stream Builder (SSB):
- MySQL/MariaDB
- Oracle
- PostgreSQL
- SSB connector support
-
With SSB, you will get the following connectors installed by default:
- Kafka
- JDBC
- CDC (MySQL, Oracle, Postgres, Db2, SqlServer)
- Amazon S3
- Azure Blob Storage
- Google Cloud Storage
You will also get the following formats installed with SSB:
- JSON
- Avro
- ORC
- Parquet