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 "Naganarasimha G R (JIRA)" <ji...@apache.org> on 2017/07/07 04:02:00 UTC

[jira] [Assigned] (YARN-6770) [Docs] A small mistake in the example of TimelineClient

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

Naganarasimha G R reassigned YARN-6770:
---------------------------------------

    Assignee: Jinjiang Ling

> [Docs] A small mistake in the example of TimelineClient
> -------------------------------------------------------
>
>                 Key: YARN-6770
>                 URL: https://issues.apache.org/jira/browse/YARN-6770
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: docs
>            Reporter: Jinjiang Ling
>            Assignee: Jinjiang Ling
>            Priority: Trivial
>         Attachments: YARN-6770.patch
>
>
> I'm trying to use timeline client, then I copy the [example|http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/TimelineServer.html#Publishing_of_application_specific_data] into my application.
> But there is a small mistake here:
> {quote}
> myDomain.*_setID_*("MyDomain");
> .....
> myEntity.*_setEntityID_*("MyApp1")
> {quote}
> The correct one should be 
> {quote}
> myDomain.*_setId_*("MyDomain");
> .....
> myEntity._*setEntityId*_("MyApp1");
> {quote}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org