Changed the scheduler to run
This commit is contained in:
parent
86d91b3b5b
commit
58bc24cb72
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ func main() {
|
|||
fmt.Println(task)
|
||||
}
|
||||
|
||||
scheduler := schedulers.NewPistonCapper(tasks, *ignoreWatts)
|
||||
scheduler := schedulers.NewBPSWClassMapWatts(tasks, *ignoreWatts)
|
||||
driver, err := sched.NewMesosSchedulerDriver(sched.DriverConfig{
|
||||
Master: *master,
|
||||
Framework: &mesos.FrameworkInfo{
|
||||
|
|
Reference in a new issue