Answer Posted / Sumit Raj Sharma
map() is a transformative action in Apache Spark that applies a function to every element of an RDD, creating a new RDD with the results. This operation can be used for filtering, sorting, or performing arithmetic operations on the data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers