Logo
2.10
  • Getting Started
  • Installation & Upgrades
  • Administration & Configuration
    • Namespaces
    • Universal Blob Storage
    • Deployment Targets
    • Deployment Defaults
    • Session Cluster Defaults
    • Access Control
    • Logging & Metrics
    • Backups
    • Advanced Configuration
      • Apache Flink® Version Metadata
      • Artifact Storage
      • Community Edition
      • SQL Service
      • Resource Usage Tracking
      • Event Service
  • User Guide
  • Resources
  • Release Notes
Ververica Platform
  • Docs »
  • Administration & Configuration »
  • Advanced Configuration »
  • Apache Flink® Version Metadata

Apache Flink® Version Metadata¶

The Flink version metadata is stored in the platform’s configuration. It contains one entry per Flink image linking it to the corresponding Flink version and optionally making it the default image for Flink versions. The default configuration contains the metadata for the official Ververica Flink images for all supported versions of Apache Flink®.

Additionally, you can configure the default Flink image registry and repository and specify an image to be used for all SQL Deployments. If you are using a private registry for all images we recommend configuring the registry globally via vvp.registry instead. Only one version can be marked to be used for SQL Deployments. The Flink SQL image should only be changed to an image that is built based on the default Flink SQL image (see Ververica Platform Components).

If you want to overwrite these settings, you can specify the following entries in the configuration.

vvp:
  flinkVersionMetadata:
  - flinkVersion: 1.16.1  # The full Flink version this image supplies
    imageTag: 1.16.1-stream1 # The Docker image tag for the Flink repository specified below
    useForSqlDeployments: true
    defaultFor:
    - 1.16  # Make this the default image for Deployments on Flink 1.9

  flinkDeploymentDefaults:
    registry: my-custom-registry.internal/vvp # Defaults to vvp.registry
    repository: flink
Next Previous

© Copyright 2023, Ververica GmbH.

Apache Flink, Apache Hadoop, Apache Kafka, Apache ORC, Apache Parquet, Apache Avro, Apache HCatalog, Apache HBase, Apache Cassandra, Flink®, Hadoop®, Kafka®, ORC®, Parquet®, Avro®, HCatalog®, HBase®, Cassandra®, Apache®, the squirrel logo, and the Apache feather logo and any other Apache project name or logo are either registered trademarks or trademarks of The Apache Software Foundation.

Report an issue with this documentation page | Imprint

Other Versions v: v2.10
Tags
v2.10
v2.9
v2.8
v2.7
v2.6
v2.5
v2.4
v2.3
v2.2
v2.1
v2.0
v1.4
v1.3
v1.2
v1.1
v1.0
sql-eap