THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Status
...
Page properties | |
---|---|
|
...
...
...
|
Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).
...
Code Block | ||
---|---|---|
| ||
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" |
...