[ 
https://issues.apache.org/jira/browse/YARN-4128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Varun Saxena updated YARN-4128:
-------------------------------
    Description: 
Spaces are missing between queuename and "for" and application id and "for".
{noformat}
[IPC Server handler 0 on 33140]: INFO 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler:
 Priority '0' is acceptable in queue :varunqfor 
application:application_1441653547287_0003for the user: varun
{noformat}


  was:
Spaces are missing between queuename and "for" and application id and "for".
{noformat}
[IPC Server handler 0 on 33140]: INFO 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler:
 Priority '0' is acceptable in queue :varunqfor 
application:application_1441653547287_0003for the user: varun
{noformat}

Relevant log in CapacityScheduler#checkAndGetApplicationPriority
{code}
    LOG.info("Priority '" + appPriority.getPriority()
        + "' is acceptable in queue : " + queueName + " for application: "
        + applicationId + " for the user: " + user);
{code}


> Correct logs in capacity scheduler while printing priority is acceptable for 
> a queue
> ------------------------------------------------------------------------------------
>
>                 Key: YARN-4128
>                 URL: https://issues.apache.org/jira/browse/YARN-4128
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Varun Saxena
>            Priority: Trivial
>
> Spaces are missing between queuename and "for" and application id and "for".
> {noformat}
> [IPC Server handler 0 on 33140]: INFO 
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler:
>  Priority '0' is acceptable in queue :varunqfor 
> application:application_1441653547287_0003for the user: varun
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to