-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 1.9.0
-
Component/s: Documentation
-
Labels:
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.";
- links to