mirror of
https://github.com/apache/druid.git
synced 2025-02-25 04:16:07 +00:00
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…
x
Reference in New Issue
Block a user