Skip to content

Commit 0086939

Browse files
committed
Minor style fixes
1 parent af09e3e commit 0086939

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ object SparkSubmit {
107107
val sysProps = new HashMap[String, String]()
108108
var childMainClass = ""
109109

110-
111110
if (clusterManager == MESOS && deployOnCluster) {
112111
printErrorAndExit("Mesos does not support running the driver on the cluster")
113112
}

core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,4 +325,4 @@ object SparkSubmitArguments {
325325
}
326326
properties.stringPropertyNames().toSeq.map(k => (k, properties(k)))
327327
}
328-
}
328+
}

0 commit comments

Comments
 (0)