Answer Posted / Rashi Gupta
RDD (Resilient Distributed Dataset) Map is a transformation operation in Apache Spark that applies a user-defined function to each element of an RDD. The resulting collection is another RDD, with the same type as the input data but containing transformed elements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers