Skip to content
Snippets Groups Projects
Commit 7bdafa91 authored by Benjamin Hindman's avatar Benjamin Hindman
Browse files

Format cleanup.

parent f6f46455
No related branches found
No related tags found
No related merge requests found
......@@ -832,7 +832,9 @@ class SparkILoop(in0: Option[BufferedReader], val out: PrintWriter, val master:
def createSparkContext(): SparkContext = {
val uri = System.getenv("SPARK_EXECUTOR_URI")
if (uri != null) System.setProperty("spark.executor.uri", uri)
if (uri != null) {
System.setProperty("spark.executor.uri", uri)
}
val master = this.master match {
case Some(m) => m
case None => {
......
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