FlinkJobSpec
A Flink job specification.
Syntax
json
{
"jarUri": "string",
"entryClass": "string",
"args": [
"string"
]
}
Type Definition
- Type
object
- Properties
jarUri
optionalThe JAR file URI of the job.
- Type
string
- Type
entryClass
optionalThe Java entry class of the job.
- Type
string
- Type
args
requiredThe command line arguments of the job.
- Type
array
- Items
- Type
string
- Type
- Type