Skip to content

Commit 0b64fea

Browse files
committed
fix compilation issue
1 parent 19d3da7 commit 0b64fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private[spark] class ApplicationDescription(
4444
name, maxCores, memoryPerSlave, command, appUiUrl, eventLogDir, eventLogCodec)
4545

4646
// only valid when spark.executor.multiPerWorker is set to true
47-
var maxCorePerExecutor = None
47+
var maxCorePerExecutor: Option[Int] = None
4848

4949
override def toString: String = "ApplicationDescription(" + name + ")"
5050
}

0 commit comments

Comments
 (0)