[
https://issues.apache.org/jira/browse/EAGLE-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483303#comment-15483303
]
ASF GitHub Bot commented on EAGLE-538:
--------------------------------------
GitHub user qingwen220 opened a pull request:
https://github.com/apache/incubator-eagle/pull/432
EAGLE-538: Add Mapreduce task level apis
https://issues.apache.org/jira/browse/EAGLE-538
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/qingwen220/incubator-eagle dataSkew
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/432.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 #432
----
commit 2745ce9640ef2c48417d3862b5bfde0ccf867af0
Author: Qingwen Zhao <[email protected]>
Date: 2016-09-09T12:18:39Z
add task execution apis
commit 5b83863264f262758bf1d4e5770846b92026a82a
Author: Qingwen Zhao <[email protected]>
Date: 2016-09-09T12:19:47Z
Merge branch 'master' of
https://git-wip-us.apache.org/repos/asf/incubator-eagle into dataSkew
commit 66d15286bbe3e2660849c92d3193af4d6f5a7a56
Author: Qingwen Zhao <[email protected]>
Date: 2016-09-09T12:56:08Z
Fix checkstyle error
commit 4445be707f9f3c6ae694eca6a5c9e357072338c9
Author: Qingwen Zhao <[email protected]>
Date: 2016-09-09T13:03:28Z
add acess modifier
commit 032f5e962e5e7c670c9174ab7c16d7dbb941fc42
Author: Zhao, Qingwen <[email protected]>
Date: 2016-09-10T07:04:37Z
add eagle-jpm-service in eagle server
commit 760847c1470eecb0986a0745ed9e142bde7588b9
Author: Qingwen Zhao <[email protected]>
Date: 2016-09-12T06:47:03Z
fix bugs in eagle jpm service
----
> Add Mapreduce task level apis
> ------------------------------
>
> Key: EAGLE-538
> URL: https://issues.apache.org/jira/browse/EAGLE-538
> Project: Eagle
> Issue Type: New Feature
> Affects Versions: v0.5.0
> Reporter: Zhao, Qingwen
> Assignee: Zhao, Qingwen
>
> *Running task count by duration*
> http://localhost:9090/rest/mrTasks/taskCountsByDuration?jobId=job_1472330732014_12129&site=apollo&timeDistInSecs=0,30,60&top=3
> *Task distribution by counterName*
> http://localhost:9090/rest/mrTasks/taskDistribution/HDFS_BYTES_READ?site=apollo&jobId=job_1473431794035_32476&taskType=MAP&distRange=0,10000
> *History task count in minute*
> http://localhost:9090/rest/mrTasks/historyTaskCount?site=apollo&jobId=job_1473431794035_33228&jobStartTime=2016-09-12%2005:31:13&jobEndTime=2016-09-12%2005:33:10
> *Task suggestion*
> http://localhost:9090/rest/mrTasks/taskSuggestion?site=apollo&shortJob_id=job_1472854673519_33040&longJob_id=job_1473431794035_33181
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)