Skip to content

Commit

Permalink
revert unrelated formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WangTaoTheTonic committed Nov 14, 2014
1 parent 02c4e49 commit ed1a25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/SparkContext.scala
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class SparkContext(config: SparkConf) extends SparkStatusAPI with Logging {
logInfo("Spark configuration:\n" + conf.toDebugString)
}

// Set Spark driver host and port system properties.
// Set Spark driver host and port system properties
conf.setIfMissing("spark.driver.host", Utils.localHostName())
conf.setIfMissing("spark.driver.port", "0")

Expand Down

0 comments on commit ed1a25c

Please sign in to comment.