[
https://issues.apache.org/jira/browse/FLINK-14215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann resolved FLINK-14215.
-----------------------------------
Fix Version/s: 1.8.3
1.10.0
Resolution: Done
Done via
1.10.0: ca5e51822e5139702dae3e85f9237cdb41d4ff70
1.9.2: f758debb8c8bdf6d70fe1e0934e7cfd3a1ad2e0f
1.8.3: d5285d54ef0b44ea7d479b0d5289078fab1f5da8
> 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
> Assignee: Zhenqiu Huang
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.10.0, 1.8.3, 1.9.2
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)