How can you write to multiple key-dependent outputs using Scalding (/ cascading) in a single map reduction job. Of course, I could use .filter for all possible keys, but this is a terrible hack that will run many jobs.
scala mapreduce hadoop cascading scalding
samthebest Jun 02 '14 at 12:16 2014-06-02 12:16
source share