val items : DList(Long, (Int, Int)) = ...
val grouped: DList[(Long, (Int, Int))] = items.groupByKey.combine { _ |+| _ }
But in 0.7 + Scala 2.10 I get an error and I think I need to do:
val grouped: DList[(Long, (Int, Int))] = items.groupByKey.combine { Sum.int zip Sum.int }
--
You received this message because you are subscribed to the Google Groups "scoobi-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scoobi-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.