Answer Posted / Cheta Saxena
{"flatMap": "The flatMap() function applies a user-defined function to each element in an RDD and transforms it into zero or more elements. It concatenates all output elements of the user-defined function for each input element before emitting them as part of the final RDD."}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers