[ 
https://issues.apache.org/jira/browse/YARN-10135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17043869#comment-17043869
 ] 

Hudson commented on YARN-10135:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #17987 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/17987/])
YARN-10135. FS-CS converter tool: issue warning on dynamic auto-create 
(snemeth: rev 72fa9c7f1b262839b88533a61e8f2ffbbfd15a1d)
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/converter/FSConfigToCSConfigRuleHandler.java
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/converter/QueuePlacementConverter.java
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/converter/TestQueuePlacementConverter.java


> FS-CS converter tool: issue warning on dynamic auto-create mapping rules
> ------------------------------------------------------------------------
>
>                 Key: YARN-10135
>                 URL: https://issues.apache.org/jira/browse/YARN-10135
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Peter Bacsko
>            Assignee: Peter Bacsko
>            Priority: Major
>              Labels: fs2cs
>             Fix For: 3.3.0
>
>         Attachments: YARN-10135-001.patch, YARN-10135-002.patch
>
>
> The converter tool should issue a warning whenever the conversion results in 
> mapping rules similar to these:
> {{u:%user:[managedParentQueueName].[queueName]}}
> {{u:%user:[managedParentQueueName].%user}}
> {{u:%user:[managedParentQueueName].%primary_group}}
> {{u:%user:[managedParentQueueName].%secondary_group}}
> {{u:%user:%primary_group.%user}}
> {{u:%user:%secondary_group.%user}}
> {{u:%user:[managedParentQueuePath].%user}}
>  
> The reason is that right now it's fully clear how we'll handle a case like 
> "u:%user:%primary_group.%user", where "%primary_group.%user" might result in 
> something like "users.john". 
> In case of "u:%user:[managedParentQueuePath].%user" , the 
> [managedParentQueuePath] is a result of a full path from Fair Scheduler. 
> Therefore it's not going to be a leaf queue. 
> The user might be required to do some fine tuning and adjust the property 
> "auto-create-child-queues". We should display a warning about these 
> additional steps.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to