Skip to content

Commit

Permalink
remove curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
liyezhang556520 committed Dec 17, 2014
1 parent e833330 commit 96dc115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/SparkConf.scala
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable with Logging {
/** Checks for illegal or deprecated config settings. Throws an exception for the former. Not
* idempotent - may mutate this conf object to convert deprecated settings to supported ones. */
private[spark] def validateSettings() {
logInfo(s"Spark Version: ${SPARK_VERSION}")
logInfo(s"Spark Version: $SPARK_VERSION")

if (settings.contains("spark.local.dir")) {
val msg = "In Spark 1.0 and later spark.local.dir will be overridden by the value set by " +
Expand Down

0 comments on commit 96dc115

Please sign in to comment.