mirror of https://github.com/apache/druid.git
1) Building is good
This commit is contained in:
parent
c3a871b942
commit
b979096d74
|
@ -219,8 +219,13 @@ public class TaskMasterLifecycle
|
|||
return taskQueue;
|
||||
}
|
||||
|
||||
public TaskToolbox getTaskToolbox()
|
||||
public TaskToolbox getTaskToolbox(Task task)
|
||||
{
|
||||
return taskToolbox;
|
||||
return taskToolboxFactory.build(task);
|
||||
}
|
||||
|
||||
public ResourceManagementScheduler getResourceManagementScheduler()
|
||||
{
|
||||
return resourceManagementScheduler;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue