Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused variable
  • Loading branch information
tedyu committed Nov 18, 2015
commit 4ef7de233744c89d09daf1b836c246ae990dab5a
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class StreamingListenerSuite extends TestSuiteBase with Matchers {
val inputStream = ssc.receiverStream(new StreamingListenerSuiteReceiver)
inputStream.foreachRDD(_.count)

val failureReasons = startStreamingContextAndCallStop(ssc)
startStreamingContextAndCallStop(ssc)
}

test("onBatchCompleted with successful batch") {
Expand Down