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

Hudson commented on YARN-7627:
------------------------------

FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #15903 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/15903/])
YARN-7627. [ATSv2] When passing a non-number as metricslimit, the error 
(rohithsharmaks: rev 1e5e08d83b8dc168e636e0834584fecf5d44cb65)
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/src/main/java/org/apache/hadoop/yarn/server/timelineservice/reader/TimelineReaderWebServices.java


> [ATSv2] When passing a non-number as metricslimit, the error message is wrong
> -----------------------------------------------------------------------------
>
>                 Key: YARN-7627
>                 URL: https://issues.apache.org/jira/browse/YARN-7627
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: api
>    Affects Versions: 3.0.0-beta1
>            Reporter: Grant Sohn
>            Assignee: Charan Hebri
>            Priority: Trivial
>             Fix For: 3.3.0
>
>         Attachments: YARN-7627.001.patch, YARN-7627.002.patch
>
>
> curl 
> "$ATS_URL/ws/v2/timeline/apps/application_1512430070811_0022/entities/MAPREDUCE_JOB?metricslimit=w"
>  returns:
> {"exception":"BadRequestException","message":"java.lang.Exception: 
> createdTime start/end or limit or flowrunid is not a numeric 
> value.","javaClassName":"org.apache.hadoop.yarn.webapp.BadRequestException"}
> and:
> curl 
> "$ATS_URL/ws/v2/timeline/apps/application_1512430070811_0022?metricslimit=ALL"
> {"exception":"BadRequestException","message":"java.lang.Exception: flowrunid 
> is not a numeric 
> value.","javaClassName":"org.apache.hadoop.yarn.webapp.BadRequestException"}
> This could be part of YARN-6389 which indicates this functionality was not 
> completed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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