[
https://issues.apache.org/jira/browse/HADOOP-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jothi Padmanabhan updated HADOOP-5972:
--------------------------------------
Description: TestJobInProgressListener brings up MiniMR clusters in setUp
and brings it down in tearDown methods. Since these methods are called before
each test, the test brings up/down the cluster several times. Instead, the
cluster should just be brought up once, all tests run and then brought down
(was: TestJobInProgress brings up MiniMR clusters in setUp and brings it down
in tearDown methods. Since these methods are called before each test, the test
brings up/down the cluster several times. Instead, the cluster should just be
brought up once, all tests run and then brought down)
> TestJobInProgressListener brings up MinMR/DFS clusters for every test
> ---------------------------------------------------------------------
>
> Key: HADOOP-5972
> URL: https://issues.apache.org/jira/browse/HADOOP-5972
> Project: Hadoop Core
> Issue Type: Test
> Components: test
> Reporter: Jothi Padmanabhan
> Assignee: Jothi Padmanabhan
> Priority: Minor
> Fix For: 0.21.0
>
>
> TestJobInProgressListener brings up MiniMR clusters in setUp and brings it
> down in tearDown methods. Since these methods are called before each test,
> the test brings up/down the cluster several times. Instead, the cluster
> should just be brought up once, all tests run and then brought down
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.