fixed merge conflicts, fixed reducebykey

This commit is contained in:
Endre Sándor Varga 2014-12-19 11:39:41 +01:00
parent 2c01bed1a7
commit 7a75965270
5 changed files with 21 additions and 5 deletions

View file

@ -25,7 +25,7 @@ class RecipeWorkerPool extends RecipeSpec {
val resultsOut = UndefinedSink[Out]
val balancer = Balance[In](waitForAllDownstreams = true)
val merge = Merge[Out]("merge")
val merge = Merge[Out]
jobsIn ~> balancer // Jobs are fed into the balancer
merge ~> resultsOut // the merged results are sent out