[
https://issues.apache.org/jira/browse/MAPREDUCE-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14638808#comment-14638808
]
Hadoop QA commented on MAPREDUCE-6422:
--------------------------------------
\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch | 19m 41s | Pre-patch trunk compilation is
healthy. |
| {color:green}+1{color} | @author | 0m 0s | The patch does not contain any
@author tags. |
| {color:green}+1{color} | tests included | 0m 0s | The patch appears to
include 2 new or modified test files. |
| {color:red}-1{color} | javac | 5m 17s | The patch appears to cause the
build to fail. |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12746797/MAPREDUCE-6422.1.patch
|
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / ee98d63 |
| Console output |
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5904/console |
This message was automatically generated.
> Add REST API for getting all attempts for all the tasks
> -------------------------------------------------------
>
> Key: MAPREDUCE-6422
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6422
> Project: Hadoop Map/Reduce
> Issue Type: New Feature
> Reporter: Lavkesh Lahngir
> Assignee: Lavkesh Lahngir
> Attachments: MAPREDUCE-6422.1.patch, MAPREDUCE-6422.patch,
> MAPREDUCE-6422.patch
>
>
> Web UI has the feature where one can get all attempts for all map tasks or
> reduce tasks.
> REST api seems to be missing it.
> Should we add this in both HsWebService and AMWebService ?
> {code}
> @GET
> @Path("/mapreduce/jobs/{jobid}/tasks/attempts")
> @Produces({ MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML })
> public JobTaskAttemptsInfo getAllJobTaskAttempts(@Context
> HttpServletRequest hsr,
> @PathParam("jobid") String jid, @QueryParam("type") String type) {
> }
> {code}
> We might also add queryparam on state to filter by succeeded attempts etc.
> Thoughts ?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)