[
https://issues.apache.org/jira/browse/MAPREDUCE-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728654#action_12728654
]
Amar Kamat commented on MAPREDUCE-153:
--------------------------------------
bq. 1. can we use NullOutputFormat for the tests so that we avoid doing any
output promotions
I think we can keep it as it is and change it in some jira that deals with
UtilsForTests.
bq. 2. testQueuedJobKill can be done at the end - that way we could avoid one
call to startInitializer
I think I did it on purpose. The reason is because I am creating only one mr
cluster and that is shared across the testcases. I think its safe not to assume
the state of initializer before running the testcase hence I forcefully
stop/start the initializer. Its a thread start and stop calls.
> TestJobInProgressListener sometimes timesout
> --------------------------------------------
>
> Key: MAPREDUCE-153
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-153
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Reporter: Amar Kamat
> Assignee: Amar Kamat
> Attachments: MAPREDUCE-153-v1.0.patch, MAPREDUCE-153-v1.1.patch
>
>
> It times out with "Could not find /taskTracker/jobcache/jobid/work in any of
> the configured local directories".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.