0 votes
in Apache Spark by
What do you understand by Spark map() Transformation?

1 Answer

0 votes
by

Spark map() is a transformation operation used to apply the Transformation on every element of RDD, DataFrame, and Dataset and finally returns a new RDD/Dataset, respectively.

Related questions

0 votes
asked Mar 29, 2022 in Apache Spark by sharadyadav1986
0 votes
asked Oct 6, 2023 in Service Now by john ganales
...