Explain sum(), max(), min() operation in Apache Spark?
Answer Posted / Sudhir Yadav
The `sum()` function in Apache Spark returns the sum of all values in an RDD. The `max()` and `min()` functions return the maximum and minimum values, respectively.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers