Skip to content

Commit

Permalink
change a new statement for spark-4295
Browse files Browse the repository at this point in the history
  • Loading branch information
maji2014 committed Nov 11, 2014
1 parent 24c3d21 commit 312620a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +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.setName(scala.util.Random.nextString(10))
channel.configure(channelContext)

val sink = new SparkSink()
Expand Down

0 comments on commit 312620a

Please sign in to comment.