Answer Posted / Sandip Kumar Srivastava
FlatMap is a transformational operation in Apache Spark, which takes an input Iterable (such as RDD or DataFrame), applies a function to each element, and flattens the output into a new Iterable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers