[
https://issues.apache.org/jira/browse/KYLIN-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16939111#comment-16939111
]
wangrupeng commented on KYLIN-4174:
-----------------------------------
I try to use the latest version of kylin built from master branch and I follow
your steps, but I get the request url like
"http://cdh-client:7919/kylin/api/jobs/overview?jobSearchMode=ALL&timeFilter=2"
. it don't contain the param "projectName".
!image3.png|width=497,height=455!
!image-2019-09-27-12-27-50-393.png|width=897,height=291!
But I use the restful tool to send the request with param "projectName" and the
url is
"http://cdh-client:7919/kylin/api/jobs/overview?jobSearchMode=ALL&projectName=_null&timeFilter=1"
!image-2019-09-27-12-27-50-336.png|width=698,height=296!
> job statistics info is incorrect
> --------------------------------
>
> Key: KYLIN-4174
> URL: https://issues.apache.org/jira/browse/KYLIN-4174
> Project: Kylin
> Issue Type: Bug
> Reporter: ZhouKang
> Priority: Major
> Attachments: image-2019-09-27-12-27-50-336.png,
> image-2019-09-27-12-27-50-393.png, image3.png
>
>
> Kylin: master branch
> The job statistics info is incorrect. The number behind type is not equal to
> the size of job list.
> Step 1: login kylin webui, open the Monitor
> Step 2: refresh the web page
>
> You can see, the query params of RESTful API is wrong, projectName is "_null"
> {code:java}
> // code placeholder
> curl
> 'http://zjy-bigdata-prc-kylin04.bj:7070/kylin/api/jobs/overview?jobSearchMode=ALL&projectName=_null&timeFilter=1'
>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)