[
https://issues.apache.org/jira/browse/YARN-10728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Qi Zhu updated YARN-10728:
--------------------------
Description:
{code:java}
private static String ensureRootPrefix(String name) {
if (!name.startsWith(ROOT_QUEUE + ".") && !name.equals(ROOT_QUEUE)) {
name = ROOT_QUEUE + "." + name;
}
return name;
}
{code}
When our cluster change fs to cs, our users use the queue path without root. ,
fs support this but cs not supported.
CS should support above to consistent with FS.
cc [~pbacsko] [~gandras]
was:
{code:java}
private static String ensureRootPrefix(String name) {
if (!name.startsWith(ROOT_QUEUE + ".") && !name.equals(ROOT_QUEUE)) {
name = ROOT_QUEUE + "." + name;
}
return name;
}
{code}
When our cluster change fs to cs, our users use the queue path without root. ,
fs support this but cs not supported.
CS should support above to consistent with FS.
> CS should support ensureRootPrefix in queuePath to consistent with FS.
> ----------------------------------------------------------------------
>
> Key: YARN-10728
> URL: https://issues.apache.org/jira/browse/YARN-10728
> Project: Hadoop YARN
> Issue Type: Improvement
> Reporter: Qi Zhu
> Assignee: Qi Zhu
> Priority: Major
>
> {code:java}
> private static String ensureRootPrefix(String name) {
> if (!name.startsWith(ROOT_QUEUE + ".") && !name.equals(ROOT_QUEUE)) {
> name = ROOT_QUEUE + "." + name;
> }
> return name;
> }
> {code}
> When our cluster change fs to cs, our users use the queue path without root.
> , fs support this but cs not supported.
> CS should support above to consistent with FS.
> cc [~pbacsko] [~gandras]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]