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

Konstantin Boudnik commented on MAPREDUCE-1654:
-----------------------------------------------

- not all of my comments were addressed. I'm attaching properly formatted Java 
source so you'll have a proper example in front of you;
- test isn't passing (log is attached)
- this will be failing
{noformat}
+    fs = inDir.getFileSystem(cluster.getJTClient().getConf());
+    fs.create(inDir);
{noformat}
if directory already exists
- @After method doesn't clean after itself i.e. it leaves behind input 
directory created by @Before


> Automate the job killing system test case. 
> -------------------------------------------
>
>                 Key: MAPREDUCE-1654
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1654
>             Project: Hadoop Map/Reduce
>          Issue Type: New Feature
>          Components: test
>    Affects Versions: 0.20.3
>         Environment: Herriot system test case development env. 
>            Reporter: Balaji Rajagopalan
>            Assignee: Balaji Rajagopalan
>         Attachments: patch_1654.txt, patch_1654.txt
>
>   Original Estimate: 0.27h
>  Remaining Estimate: 0.27h
>


-- 
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