Description
As reported inĀ YARN-6830, it is currently not possible to specify an environment variable that contains commas via mapreduce.map.env, mapreduce.reduce.env, or mapreduce.admin.user.env.
To address this, aw proposed in YARN-6830 that we add the ability to specify environment variables individually:
e.g, mapreduce.map.env.[foo]=bar gets turned into foo=bar
Attachments
Attachments
Issue Links
- is related to
-
YARN-6830 Support quoted strings for environment variables
- Resolved
-
YARN-8071 Add ability to specify nodemanager environment variables individually
- Resolved
-
YARN-6434 When setting environment variables, can't use comma for a list of value in key = value pairs.
- Resolved
-
HADOOP-11640 add user defined delimiter support to Configuration
- Patch Available