0 votes
in Spark Sql by
What is the transformation in Spark?

1 Answer

0 votes
by

Transformation is a function that produces new RDD from the existing RDDs. It takes RDD as input and produces output as one or more RDD.

...