Re: Aggregations based on sort order

2015-01-23 Thread Imran Rashid
d mean that we > would > pop and merge the combiners of each key in order, resulting in [("A", 1, > ...), ("A", 2, ...), ("A", 3, ...), ("A", 4, ...)]. > > Thanks in advance for the help! If there is a way to do this already in > Spark 1.2

Aggregations based on sort order

2015-01-19 Thread justin.uang
ge the combiners of each key in order, resulting in [("A", 1, ...), ("A", 2, ...), ("A", 3, ...), ("A", 4, ...)]. Thanks in advance for the help! If there is a way to do this already in Spark 1.2, can someone point it out to me? Best, Justin -- View this me