Skip to content

The managed Apache Flink service on the LakeSail platform is deprecated.

LakeSail is building Sail, an open-source computation framework in Rust to seamlessly integrate stream-processing, batch-processing, and compute-intensive (AI) workloads. The LakeSail platform will offer the managed solution for Sail. Existing PySpark and Flink SQL workloads can be migrated with ease. Please stay tuned and contact us if you are interested!

FlinkUrlSpec

The specification to create a pre-signed URL to access the web UI of a Flink cluster.

Syntax

json
{
  "expiresInSeconds": 5,
  "webSessionDurationInSeconds": 600
}

Type Definition

  • Type object
  • Properties
    • expiresInSeconds required

      The number of seconds before the pre-signed URL expires.

      • Type integer
      • Format int32
      • Minimum 5 (inclusive)
      • Maximum 300 (inclusive)
    • webSessionDurationInSeconds required

      The number of seconds the Flink web UI session lasts.

      • Type integer
      • Format int32
      • Minimum 600 (inclusive)
      • Maximum 86400 (inclusive)