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

Hudson commented on YARN-5843:
------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10810 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/10810/])
YARN-5843. Incorrect documentation for timeline service (varunsaxena: rev 
c8bc7a84758f360849b96c2e19c8c41b7e9dbb65)
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/TimelineServer.md


> Incorrect documentation for timeline service entityType/events REST end points
> ------------------------------------------------------------------------------
>
>                 Key: YARN-5843
>                 URL: https://issues.apache.org/jira/browse/YARN-5843
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Bibin A Chundatt
>            Assignee: Bibin A Chundatt
>            Priority: Minor
>         Attachments: YARN-5843.0001.patch, YARN-5843.0002.patch
>
>
> http(s)://<timeline server http(s) 
> address:port>/ws/v1/timeline/{entityType}/events
> {noformat}
> entityIds - The entity IDs to retrieve events for.
> limit - A limit on the number of events to return for each entity. If null, 
> defaults to 100 events per entity.
> windowStart - If not null, retrieves only events later than the given time 
> (exclusive)
> windowEnd - If not null, retrieves only events earlier than the given time 
> (inclusive)
> eventTypes - Restricts the events returned to the given types. If null, 
> events of all types will be returned.
> {noformat}
> parameter should be
> *entityId*
> *eventType*
> Mention  comma separated *entityId* and *entitytype* for multiple arguments



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
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