* properly.
* @throws Exception
*/
@Test
public void testJvmKill() throws Exception {
JvmManagerForType mapJvmManager = jvmManager
.getJvmManagerForType(TaskType.MAP);
// launch a jvm
JobConf taskConf = new JobConf(ttConf);
TaskAttemptID attemptID = new TaskAttemptID("test", 0, TaskType.MAP, 0, 0);
Task task = new MapTask(null, attemptID, 0, null, MAP_SLOTS);