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

Jian He commented on YARN-4206:
-------------------------------

minor comment on the logging
{code}
 sysout.println("Updating timeout of an application " + applicationId);
sysout.println("Successfully updated timeout of an application "
        + applicationId + ". New expire time will be " + newTimeout);
{code}
may be explicitly mention the timeoutType  ? like:
{code}
 sysout.println("Updating " + timeoutType + " of an application " + 
applicationId);
sysout.println("Successfully updated " + timeoutType +" of an application "
        + applicationId + ". New expire time will be " + newTimeout);
{code}

> Add life time value in Application report and CLI
> -------------------------------------------------
>
>                 Key: YARN-4206
>                 URL: https://issues.apache.org/jira/browse/YARN-4206
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: scheduler
>            Reporter: nijel
>            Assignee: Rohith Sharma K S
>         Attachments: YARN-4206.2.patch, YARN-4506.1.patch
>
>




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

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

Reply via email to