DefaultScheduler was renamed to StormSchedulerImpl since this class is a Scheduler Implementation that mimics Storm's default scheduling behavior
Also renamed DefaultSchedulerTest to reflect these changes
NimbusScheduler was renamed to NimbusMesosScheduler since it does not actually schedule things on behalf of Nimbus but acts as an intermediary between Nimbus and Mesos
DefaultScheduler
was renamed toStormSchedulerImpl
since this class is a Scheduler Implementation that mimics Storm's default scheduling behaviorDefaultSchedulerTest
to reflect these changesNimbusScheduler
was renamed toNimbusMesosScheduler
since it does not actually schedule things on behalf of Nimbus but acts as an intermediary between Nimbus and Mesos