Prototype:
aggregate(zeroValue, seqOp, combOp)
Description:
aggregate() lets you take an RDD and generate a single value that is of a different type than what was stored in the original RDD.
Parameters:
zeroValue: The initialization value, for your result, in the desired
format.
seqOp: ...