Answer Posted / Aakash Bajpai
mapValues is an action in Apache Spark that applies a function to each key-value pair's value of the RDD. It returns a new RDD with the same set of keys, where each key has a newly computed value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers