Answer Posted / Somendra Singh
Spark FlatMap is a transformational operation that applies a user-defined function to each element in an RDD (Resilient Distributed Datasets) and returns zero or more elements per input element. It can be used for tasks such as splitting lines into words or flattening lists.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers