Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status

...

Page properties


Discussion thread

...

...

...

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyFLINK-26784

Releasekubernetes-operator-1.0


Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

...

Code Block
languageyml
apiVersion: flink.apache.org/v1alpha1
kind: FlinkSessionJob
metadata:
  namespace: default
  name: flink-session-job-example
spec:
  cluster-idclusterId: flink-session-cluster-1
  job:
    jarURI: https://repo1.maven.org/maven2/org/apache/flink/flink-examples-streaming_2.12/1.14.3/flink-examples-streaming_2.12-1.14.3.jar
    entryClass: org.apache.flink.streaming.examples.statemachine.StateMachineExample
    args: ""
    parallelism: 2    
    upgradeMode: (stateless, savepoint, last-state)
    state: (running, suspended, error)
    initialSavepointPath: "s3://mysavepoint"

...