[
https://issues.apache.org/jira/browse/YARN-6047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16058787#comment-16058787
]
Vrushali C commented on YARN-6047:
----------------------------------
+1 to Haibo's note about possibility of data loss in certain situations.
Also, I just realized the timeline client creation documentation needs to be
updated to use the correct class.
Currently we have:
{code}
TimelineClient client = TimelineClient.createTimelineClient(appId);
{code}
It actually should be:
{code}
TimelineV2Client client = TimelineV2Client.createTimelineClient(appId);
{code}
> Documentation updates for TimelineService v2
> --------------------------------------------
>
> Key: YARN-6047
> URL: https://issues.apache.org/jira/browse/YARN-6047
> Project: Hadoop YARN
> Issue Type: Sub-task
> Components: documentation, timelineserver
> Reporter: Varun Saxena
> Assignee: Rohith Sharma K S
> Labels: yarn-5355-merge-blocker
> Attachments: YARN-6047-YARN-5355.001.patch,
> YARN-6047-YARN-5355.002.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]