Skip to content

Commit

Permalink
checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrharr committed Jul 10, 2015
1 parent 28e7f27 commit af41098
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class StreamingListenerSuite extends TestSuiteBase with Matchers {
true
}

test("registering listeners via spark.streaming.listeners") {
test("registering listeners via spark.streaming.extraListeners") {
val conf = new SparkConf().setMaster("local").setAppName("test")
.set("spark.streaming.extraListeners", classOf[BatchInfoCollector].getName + "," +
classOf[ReceiverInfoCollector].getName)
Expand Down

0 comments on commit af41098

Please sign in to comment.