+1 vote
in Spark Sql by
What is map transformation in Spark?

1 Answer

0 votes
by

Map transformation takes a function as input after applying that function to each RDD return another RDD. Its return type can be different from its input type.

Related questions

0 votes
asked Mar 7, 2020 in Spark Sql by rahuljain1
0 votes
asked Aug 18, 2023 in Spark Sql by GeorgeBell
...