Answer Posted / Sameer Kumar Srivastava
Map is a transformation operation in Spark that applies a given function to each element of an RDD (Resilient Distributed Dataset). The output of the map operation is a new RDD containing the transformed elements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers