Answer Posted / Sara Husain
The values() operation in Apache Spark is a transformational function that retrieves the values from a RDD (Resilient Distributed Dataset) as an iterable collection. It returns an array of values for key-value pairs if the RDD is key-value pair RDD.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers