Rename photon -> local scheduler. (#322)

This commit is contained in:
Robert Nishihara
2017-02-27 12:24:07 -08:00
committed by Philipp Moritz
parent a30eed452e
commit 1ae7e7d29e
36 changed files with 758 additions and 688 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
killall global_scheduler plasma_store plasma_manager photon_scheduler
killall global_scheduler plasma_store plasma_manager local_scheduler
# Find the PID of the Redis process and kill it.
kill $(ps aux | grep redis-server | awk '{ print $2 }') 2> /dev/null