Add up the elements in this RDD code example Example: Add up the elements in this RDD # sum() sc.parallelize([1.0, 2.0, 3.0]).sum() # 6.0