Zhenqiu Huang created FLINK-14215:
-------------------------------------
Summary: Add Docs for TM and JM Environment Variable Setting
Key: FLINK-14215
URL:
https://issues.apache.org/jira/browse/FLINK-14215 Project: Flink
Issue Type: Improvement
Components: Documentation
Affects Versions: 1.9.0
Reporter: Zhenqiu Huang
Fix For: 1.9.0
Add description for
/**
* Prefix for passing custom environment variables to Flink's master process.
* For example for passing LD_LIBRARY_PATH as an env variable to the AppMaster, set:
* containerized.master.env.LD_LIBRARY_PATH: "/usr/lib/native"
* in the flink-conf.yaml.
*/
public static final String CONTAINERIZED_MASTER_ENV_PREFIX = "containerized.master.env.";
/**
* Similar to the {@see CONTAINERIZED_MASTER_ENV_PREFIX}, this configuration prefix allows
* setting custom environment variables for the workers (TaskManagers).
*/
public static final String CONTAINERIZED_TASK_MANAGER_ENV_PREFIX = "containerized.taskmanager.env.";
--
This message was sent by Atlassian Jira
(v8.3.4#803005)