[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12890100#action_12890100
 ] 

Konstantin Boudnik commented on MAPREDUCE-1730:
-----------------------------------------------

I have tried to compile MR with the patch in place and have gotten
{noformat}
    [javac] 
/Users/cos/work/H0.22/mapreduce/src/test/system/test/org/apache/hadoop/mapred/TestRetiredJobs.java:116:
 cannot find symbol
    [javac] symbol  : method isJobStarted(org.apache.hadoop.mapred.JobID)
    [javac] location: class org.apache.hadoop.mapreduce.test.system.JTClient
    [javac]       boolean jobStarted = 
cluster.getJTClient().isJobStarted(jobID);
{noformat}
Apparently, the JIRA needs some other patch to be applied and that dependency 
isn't listed here. Until the blocking JIRA is committed I can't commit this 
patch.

> Automate test scenario for successful/killed jobs' memory is properly removed 
> from jobtracker after these jobs retire.
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1730
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1730
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>    Affects Versions: 0.21.0
>            Reporter: Iyappan Srinivasan
>            Assignee: Iyappan Srinivasan
>         Attachments: MAPREDUCE-1730.patch, MAPREDUCE-1730.patch, 
> MAPREDUCE-1730.patch, TestJobRetired.patch, TestJobRetired.patch, 
> TestRetiredJobs-ydist-security-patch.txt, 
> TestRetiredJobs-ydist-security-patch.txt, TestRetiredJobs.patch
>
>
> Automate using herriot framework,  test scenario for successful/killed jobs' 
> memory is properly removed from jobtracker after these jobs retire.
> This should test when successful and failed jobs are retired,  their 
> jobInProgress object are removed properly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to