[
https://issues.apache.org/jira/browse/YARN-7596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Hung updated YARN-7596:
--------------------------------
Issue Type: Sub-task (was: Bug)
Parent: YARN-7069
> Resource configs not parsed correctly in MapReduce for resources with dot
> -------------------------------------------------------------------------
>
> Key: YARN-7596
> URL: https://issues.apache.org/jira/browse/YARN-7596
> Project: Hadoop YARN
> Issue Type: Sub-task
> Reporter: Jonathan Hung
> Assignee: Jonathan Hung
>
> Similar to YARN-7383, when parsing mapreduce configs for resource values,
> right now the regex omits dots. (See {noformat} public static
> List<ResourceInformation> getRequestedResourcesFromConfig(
> Configuration configuration, String prefix) {
> List<ResourceInformation> result = new ArrayList<>();
> Map<String, String> customResourcesMap = configuration
> .getValByRegex("^" + Pattern.quote(prefix) + "[^.]+$");{noformat} in
> ResourceUtils.java)
> Since YARN-7442 introduces a regex for resource names, we can use that to
> find mapreduce resource configs.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]