|
@@ -692,7 +692,7 @@ public class MiniMRCluster {
|
|
|
/**
|
|
|
* Add a tasktracker to the Mini-MR cluster.
|
|
|
*/
|
|
|
- void addTaskTracker(TaskTrackerRunner taskTracker) {
|
|
|
+ void addTaskTracker(TaskTrackerRunner taskTracker) throws IOException {
|
|
|
Thread taskTrackerThread = new Thread(taskTracker);
|
|
|
taskTrackerList.add(taskTracker);
|
|
|
taskTrackerThreadList.add(taskTrackerThread);
|