+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.

...