fixed merge conflicts, fixed reducebykey
This commit is contained in:
parent
2c01bed1a7
commit
7a75965270
5 changed files with 21 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue