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

Naganarasimha G R updated YARN-6770:
------------------------------------
    Labels: newbie  (was: )

> [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
>              Labels: newbie
>         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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to