Skip to main content
Version: 2.3.3

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