Jonathan Hung created YARN-9954:
-----------------------------------
Summary: Configurable max application tags and max tag length
Key: YARN-9954
URL: https://issues.apache.org/jira/browse/YARN-9954
Project: Hadoop YARN
Issue Type: Improvement
Reporter: Jonathan Hung
Currently max tags and max tag length is hardcoded, it should be configurable
{noformat}
@Evolving
public static final int APPLICATION_MAX_TAGS = 10;
@Evolving
public static final int APPLICATION_MAX_TAG_LENGTH = 100; {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org
|