JobEnvConfig
This document describes env configuration information,env unifies the environment variables of all engines.
job.nameâ
This parameter configures the task name.
jarsâ
Third-party packages can be loaded via jars
, like jars="file://local/jar1.jar;file://local/jar2.jar"
job.modeâ
You can configure whether the task is in batch mode or stream mode through job.mode
, like job.mode = "BATCH"
or job.mode = "STREAMING"
checkpoint.intervalâ
Gets the interval in which checkpoints are periodically scheduled.
parallelismâ
This parameter configures the parallelism of source and sink.
shade.identifierâ
Specify the method of encryption, if you didn't have the requirement for encrypting or decrypting config files, this option can be ignored.
For more details, you can refer to the documentation config-encryption-decryption