Answer Posted / Mitesh Shandilaya
Transformations in Apache Spark are operations that create a new Dataset or RDD from an existing one. Transformations do not trigger computation; instead, they return a new object containing the desired transformation. Once a series of transformations has been specified, the user can call the action method to actually execute the transformation and get the results.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers