Akira AJISAKA created MAPREDUCE-6642:
----------------------------------------

             Summary: Move the constructor to a method in HadoopTestCase
                 Key: MAPREDUCE-6642
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6642
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: test
            Reporter: Akira AJISAKA
            Priority: Minor


After migrating to JUnit4, 
{code:title=HadoopTestCase.java}
  public HadoopTestCase(int mrMode, int fsMode, int taskTrackers, int dataNodes)
{code}
the above constructor can be changed to a configure method and call it from 
@BeforeClass method of the subclasses. That way we can make the test more 
simple.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to