FlinkSessionJobSpec
The specification to create a Flink session job.
Syntax
json
{
"name": "string",
"flinkConfiguration": {
"string": "string"
},
"job": {
"jarUri": "string",
"entryClass": "string",
"args": [
"string"
]
}
}
Type Definition
- Type
object
- Properties
flinkConfiguration
requiredThe Flink configuration specific to the Flink session job. This overrides the Flink configuration of the Flink session cluster when applicable. Some configuration options may not have an effect if they cannot be overridden by session jobs.
- Schema
FlinkConfiguration
- Schema