[
https://issues.apache.org/jira/browse/EAGLE-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420731#comment-15420731
]
ASF GitHub Bot commented on EAGLE-467:
--------------------------------------
GitHub user qingwen220 opened a pull request:
https://github.com/apache/incubator-eagle/pull/348
EAGLE-467: Job list apis for querying jobs regardless of the status
https://issues.apache.org/jira/browse/EAGLE-467
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/qingwen220/incubator-eagle jobAPI
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/348.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #348
----
commit 451c7299f9117b1691f8f0c734b77eb2c4544715
Author: Qingwen Zhao <[email protected]>
Date: 2016-08-10T13:13:06Z
add two job apis
commit c694192d274427ae89dbeeda410c5ebe4f531ddc
Author: Qingwen Zhao <[email protected]>
Date: 2016-08-15T05:56:18Z
add a prefix hadoop to metrics
commit ce8af05596febe8af0efa3bc9e7167c9a1129bbb
Author: Qingwen Zhao <[email protected]>
Date: 2016-08-15T06:02:21Z
merge with apache develop
commit 5de1d01403001b1c13e39490a4813bdf8f259f80
Author: Qingwen Zhao <[email protected]>
Date: 2016-08-15T08:18:13Z
Merge branch 'develop' of
https://git-wip-us.apache.org/repos/asf/incubator-eagle into jobAPI
----
> Add job query apis for both running & historic jobs
> ----------------------------------------------------
>
> Key: EAGLE-467
> URL: https://issues.apache.org/jira/browse/EAGLE-467
> Project: Eagle
> Issue Type: New Feature
> Reporter: Zhao, Qingwen
> Assignee: Zhao, Qingwen
>
> Job search rest api:
> /rest/mrJobs/search?jobId=?&site=?
> job list api:
> /rest/mrJobs?query=%s[@site=?]{*}&pageSize=100000&startTime=2016-08-10%2006:25:51&endTime=2016-08-10%2008:25:51
> The problem is current we store running jobs and historic jobs into different
> places, which presents an obstacle when we want to query all jobs regardless
> of the status.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)