We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e833330 commit 96dc115Copy full SHA for 96dc115
core/src/main/scala/org/apache/spark/SparkConf.scala
@@ -240,7 +240,7 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable with Logging {
240
/** Checks for illegal or deprecated config settings. Throws an exception for the former. Not
241
* idempotent - may mutate this conf object to convert deprecated settings to supported ones. */
242
private[spark] def validateSettings() {
243
- logInfo(s"Spark Version: ${SPARK_VERSION}")
+ logInfo(s"Spark Version: $SPARK_VERSION")
244
245
if (settings.contains("spark.local.dir")) {
246
val msg = "In Spark 1.0 and later spark.local.dir will be overridden by the value set by " +
0 commit comments