Skip to content
Closed
Prev Previous commit
Next Next commit
Remove old todo
  • Loading branch information
JoshRosen committed Jan 6, 2016
commit 8b7ca1c973531caaf2eb89e3d544c409150e5826
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