Skip to content

Commit

Permalink
Fix exception in SparkSinkSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
maji2014 committed Nov 9, 2014
1 parent 7b41b17 commit c807bf6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ class SparkSinkSuite extends FunSuite {
channelContext.put("transactionCapacity", 1000.toString)
channelContext.put("keep-alive", 0.toString)
channelContext.putAll(overrides)
channel.setName(getClass.getDeclaredMethods.toString)
channel.configure(channelContext)

val sink = new SparkSink()
Expand Down

0 comments on commit c807bf6

Please sign in to comment.