Skip to content
Snippets Groups Projects
Commit 058508b6 authored by Reynold Xin's avatar Reynold Xin
Browse files

Changed the name of the local cluster executor from local to localhost.

parent ec2e2ed1
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ private[spark] ...@@ -50,7 +50,7 @@ private[spark]
class LocalActor(localScheduler: LocalScheduler, private var freeCores: Int) class LocalActor(localScheduler: LocalScheduler, private var freeCores: Int)
extends Actor with Logging { extends Actor with Logging {
val executor = new Executor("local", "local", Seq.empty, isLocal = true) val executor = new Executor("localhost", "localhost", Seq.empty, isLocal = true)
def receive = { def receive = {
case LocalReviveOffers => case LocalReviveOffers =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment