[
https://issues.apache.org/jira/browse/MAPREDUCE-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Balaji Rajagopalan updated MAPREDUCE-1758:
------------------------------------------
Attachment: bb_patch.txt
In this patch, I have moved the methods isJobStarted , isTaskStarted from
MRCluster to JTClient, since the method was using more of jtclient member
variables. The guideline is only methods that are common across all daemons
must be present in MRCluster. also added couple of more reusable methods.
Please start using this methods in the test cases, and also when you have time
fix old testcases to use the new methods, and add new methods in the future to
framework which can be reused more often.
> Building blocks for the herriot test cases
> --------------------------------------------
>
> Key: MAPREDUCE-1758
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1758
> Project: Hadoop Map/Reduce
> Issue Type: New Feature
> Reporter: Balaji Rajagopalan
> Assignee: Balaji Rajagopalan
> Priority: Minor
> Attachments: bb_patch.txt
>
>
> There is so much commonality in the test cases that we are writing, so it is
> pertinent to create reusable code. The common methods will be added to
> herriot framework.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.