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

Billie Rinaldi commented on YARN-1637:
--------------------------------------

The following small change needs to be made in TestTimelineClient now that 
YARN-1635 has been committed.
{noformat}
-      Assert.assertEquals(1, errors.getErrors().get(0).getErrorCode()
-          .intValue());
+      Assert.assertEquals(1, errors.getErrors().get(0).getErrorCode());
{noformat}

> Implement a client library for java users to post entities+events
> -----------------------------------------------------------------
>
>                 Key: YARN-1637
>                 URL: https://issues.apache.org/jira/browse/YARN-1637
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Vinod Kumar Vavilapalli
>            Assignee: Zhijie Shen
>         Attachments: YARN-1637.1.patch, YARN-1637.2.patch, YARN-1637.3.patch, 
> YARN-1637.4.patch, YARN-1637.5.patch, YARN-1637.6.patch, YARN-1637.7.patch
>
>
> This is a wrapper around the web-service to facilitate easy posting of 
> entity+event data to the time-line server.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to