You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Jian He (JIRA)" <ji...@apache.org> on 2016/04/19 00:04:25 UTC

[jira] [Commented] (YARN-4023) Publish Application Priority to TimelineServer

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

Jian He commented on YARN-4023:
-------------------------------

[~rohithsharma], [~sunilg], should we have a null check in publishing the priority info ? If the AppSubmissionContext does not have priority set, NPE will throw.
{code}
    entityInfo.put(ApplicationMetricsConstants.APPLICATION_PRIORITY_INFO,
        event.getApplicationPriority().getPriority());
{code}

> Publish Application Priority to TimelineServer
> ----------------------------------------------
>
>                 Key: YARN-4023
>                 URL: https://issues.apache.org/jira/browse/YARN-4023
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: timelineserver
>            Reporter: Sunil G
>            Assignee: Sunil G
>             Fix For: 2.8.0
>
>         Attachments: 0001-YARN-4023.patch, 0001-YARN-4023.patch, ApplicationPage.png, TimelineserverMainpage.png
>
>
> Publish Application priority details to Timeline Server. 



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