[
https://issues.apache.org/jira/browse/YARN-6770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jinjiang Ling updated YARN-6770:
--------------------------------
Attachment: YARN-6770.patch
> [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
> 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: [email protected]
For additional commands, e-mail: [email protected]