docs/layouts/shortcodes/generated/environment_configuration.html
| Key | Default | Type | Description |
|---|---|---|---|
| (none) | String | Path to hadoop configuration directory. It is required to read HDFS and/or YARN configuration. You can also set it via environment variable. | |
| (none) | String | Path to hbase configuration directory. It is required to read HBASE configuration. You can also set it via environment variable. | |
| (none) | String | A string of default JVM options to prepend to env.java.opts.all. This is intended to be set by administrators. |
|
| (none) | String | A string of default JVM options to prepend to env.java.opts.jobmanager. This is intended to be set by administrators. |
|
| (none) | String | A string of default JVM options to prepend to env.java.opts.taskmanager. This is intended to be set by administrators. |
|
| (none) | String | Location where Java is installed. If not specified, Flink will use your default Java installation. | |
| (none) | String | Java options to start the JVM of all Flink processes with. | |
| (none) | String | Java options to start the JVM of the Flink Client with. | |
| (none) | String | Java options to start the JVM of the HistoryServer with. | |
| (none) | String | Java options to start the JVM of the JobManager with. | |
| (none) | String | Java options to start the JVM of the Flink SQL Gateway with. | |
| (none) | String | Java options to start the JVM of the TaskManager with. | |
| (none) | String | Defines the directory where the Flink logs are saved. It has to be an absolute path. (Defaults to the log directory under Flink’s home) | |
| "INFO" | String | Defines the level of the root logger. | |
| 10 | Integer | The maximum number of old log files to keep. | |
| "/tmp" | String | Defines the directory where the flink-<host>-<process>.pid files are saved. | |
| (none) | String | Additional command line options passed to SSH clients when starting or stopping JobManager, TaskManager, and Zookeeper services (start-cluster.sh, stop-cluster.sh, start-zookeeper-quorum.sh, stop-zookeeper-quorum.sh). | |
| false | Boolean | Whether redirect stdout and stderr to files when running foreground. If enabled, logs won't append the console too. Note that redirected files do not support rolling rotate. | |
| (none) | String | Path to yarn configuration directory. It is required to run flink on YARN. You can also set it via environment variable. |