Skip to content

Commit

Permalink
Delect one blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintBacchus committed Jun 30, 2015
1 parent 9b8e92c commit d50dbdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Checkpoint(@transient ssc: StreamingContext, val checkpointTime: Time)
.remove("spark.driver.host")
.remove("spark.driver.port")
val newReloadConf = new SparkConf(loadDefaults = true)
propertiesToReload.foreach { prop =>
propertiesToReload.foreach { prop =>
newReloadConf.getOption(prop).foreach { value =>
newSparkConf.set(prop, value)
}
Expand Down

0 comments on commit d50dbdf

Please sign in to comment.