Skip to content

Commit

Permalink
Remove old todo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jan 6, 2016
1 parent 75ac218 commit 8b7ca1c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class StreamingContextSuite extends SparkFunSuite with BeforeAndAfter with Timeo

test("from conf with settings") {
val myConf = SparkContext.updatedConf(new SparkConf(false), master, appName)
// TODO(josh): Update these exmaples to use a different configuration.
myConf.set("spark.dummyTimeConfig", "10s")
ssc = new StreamingContext(myConf, batchDuration)
assert(ssc.conf.getTimeAsSeconds("spark.dummyTimeConfig", "-1") === 10)
Expand Down

0 comments on commit 8b7ca1c

Please sign in to comment.