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

Naganarasimha G R commented on YARN-6770:
-----------------------------------------

Simple fix, will merge shortly !

> [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: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to